home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 330_02 / samptc.bat < prev    next >
DOS Batch File  |  1990-10-12  |  578b  |  20 lines

  1. rem Batch file to make all sample applications for Turbo C
  2. tmake %1 %2 %3 %4 %5 -fres.tc
  3. if errorlevel 1 goto exit
  4. tmake %1 %2 %3 %4 %5 -fminres.tc
  5. if errorlevel 1 goto exit
  6. tmake %1 %2 %3 %4 %5 -fsnap.tc
  7. if errorlevel 1 goto exit
  8. tmake %1 %2 %3 %4 %5 -fspawn.tc
  9. if errorlevel 1 goto exit
  10. tmake %1 %2 %3 %4 %5 -fmspawn.tc
  11. if errorlevel 1 goto exit
  12. tmake %1 %2 %3 %4 %5 -ftest.tc
  13. if errorlevel 1 goto exit
  14. tmake %1 %2 %3 %4 %5 -ftprt.tc
  15. if errorlevel 1 goto exit
  16. tmake %1 %2 %3 %4 %5 -ftsio.tc
  17. if errorlevel 1 goto exit
  18. tmake %1 %2 %3 %4 %5 -ftestmod.tc
  19. :exit
  20.