home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / ct22d / ctc.bat < prev    next >
Encoding:
DOS Batch File  |  1992-12-21  |  158 b   |  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.