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

  1. rem Batch-file to make Turbo C versions of the CTask kernel
  2. rem and support routines.
  3. tmake -fctask.tc
  4. if errorlevel 1 goto exit
  5. tmake -fctsup.tc
  6. :exit
  7.