home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
progjorn
/
pj_6_6.arc
/
NDPC386.ARC
/
NDPCMP.BAT
< prev
Wrap
DOS Batch File
|
1988-09-02
|
249b
|
8 lines
echo Compiling %1.c with NDP C-386 1.4d (80387 flags set) >%1.tim
time <c:\dos\cr >>%1.tim
run386 d:\ndpc\ndpc386 %1.c -n2 -Ic:\ndpc %2 %3 %4 %5
386asmp -nolist -twocase %1.s
time <c:\dos\cr >>%1.tim
fastlink @%1.lnk
time <c:\dos\cr >>%1.tim