home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource2 / sclib_1 / 1_7 / v7n7072b.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  113 b   |  8 lines

  1. @echo off
  2. rem ctocpp1.bat processes a single file
  3. echo %1
  4. cl /E %1 > foo.tmp
  5. ctocxx < foo.tmp
  6. rm foo.tmp
  7.  
  8.