home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_07_07 / v7n7072a.txt < prev    next >
Text File  |  1989-05-29  |  130b  |  5 lines

  1. @echo off
  2. rem .bat command file to convert .c to .cpp files
  3. for %%p in (%1 %2 %3 %4 %5 %6 %7 %8 %9) do  call ctocpp1.bat %%p
  4.  
  5.