home *** CD-ROM | disk | FTP | other *** search
- rem Batch file to make all sample applications for Turbo C
- tmake -fres.tc
- if errorlevel 1 goto exit
- tmake -fminres.tc
- if errorlevel 1 goto exit
- tmake -fsnap.tc
- if errorlevel 1 goto exit
- tmake -fspawn.tc
- if errorlevel 1 goto exit
- tmake -ftest.tc
- if errorlevel 1 goto exit
- tmake -ftprt.tc
- if errorlevel 1 goto exit
- tmake -ftsio.tc
- if errorlevel 1 goto exit
- tmake -ftestmod.tc
- :exit
-