home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1990 / 16 / 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.