home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
multitsk
/
ctask22
/
tch.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-10-12
|
179 b
|
9 lines
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
rem Large model
tmake -fctaskh.tc
if errorlevel 1 goto exit
tmake -fctsuph.tc
:exit