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:
DOS Batch File  |  1990-11-26  |  344 b   |  13 lines

  1. rem: Can also use Microsoft Quick Assembler - See cmdedit.mak
  2. masm cmdedit;
  3. masm cmdmacro;
  4. masm dirs;
  5. masm edit;
  6. masm history;
  7. masm install;
  8. masm strstack;
  9. masm utl;
  10. rem the module `install' must be the last one in the link command!
  11. link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
  12. exe2bin cmdedit.exe cmdedit.com
  13.