home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / CTASK.ZIP / SAMPTC.BAT < prev    next >
DOS Batch File  |  1989-12-24  |  397b  |  18 lines

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