home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
KEYBOARD
/
CMDED2E5.ZIP
/
MAKECMD.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-11-26
|
344 b
|
13 lines
rem: Can also use Microsoft Quick Assembler - See cmdedit.mak
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