home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
pcmag
/
v9n16.lzh
/
CMDSRC.ZIP
/
MAKECMD.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-04-16
|
280b
|
12 lines
masm cmdedit;
masm cmdmacro;
masm dirs;
masm edit;
masm history;
masm install;
masm strstack;
masm utl;
rem the module `install' must be the last one in the link command!
link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
exe2bin cmdedit.exe cmdedit.com