home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 145_01 / cc.bat < prev    next >
DOS Batch File  |  1979-12-31  |  256b  |  10 lines

  1. cc1 %1
  2. if errorlevel 1 goto done
  3. cc2 %1
  4. if errorlevel 1 goto done
  5. cc3 -n %1
  6. if errorlevel 1 goto done
  7. cc4 %1
  8. if errorlevel 1 goto done
  9. :done
  10.