home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
database
/
db12
/
mscstest.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
|
1987-11-23
|
188 b
|
10 lines
del *.exe
cl /c /Zp stest.c
link stest,,,mscsmall;
cl /c /Zp rtest.c
link rtest,,,mscsmall;
cl /c /Zp itest.c
link itest,,,mscsmall;
cl /c /Zp sortest.c
link sortest,,,mscsmall;