home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / ct22d / sampbc.bat < prev    next >
Encoding:
DOS Batch File  |  1993-06-08  |  578 b   |  20 lines

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