home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CMDSRC.ZIP / MAKECMD.BAT < prev    next >
DOS Batch File  |  1990-04-16  |  280b  |  12 lines

  1. masm cmdedit;
  2. masm cmdmacro;
  3. masm dirs;
  4. masm edit;
  5. masm history;
  6. masm install;
  7. masm strstack;
  8. masm utl;
  9. rem the module `install' must be the last one in the link command!
  10. link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
  11. exe2bin cmdedit.exe cmdedit.com
  12.