home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CTASK20.ARJ / TCH.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-12-24  |  179 b   |  9 lines

  1. rem Batch-file to make Turbo C versions of the CTask kernel
  2. rem and support routines.
  3. rem Large model
  4. tmake -fctaskh.tc
  5. if errorlevel 1 goto exit
  6. tmake -fctsuph.tc
  7. :exit
  8.  
  9.