home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CTASK20.ARJ
/
TC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1989-12-24
|
158 b
|
7 lines
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
tmake -fctask.tc
if errorlevel 1 goto exit
tmake -fctsup.tc
:exit