home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / EGA_UTIL.ZIP / EGA_4325.LBR / MAKECOM.BAT < prev    next >
Encoding:
DOS Batch File  |  1985-10-09  |  118 b   |  10 lines

  1. echo on
  2. masm %1,%1,NUL,NUL;
  3. link %1,%1,NUL,;
  4. exe2bin %1
  5. del %1.com
  6. ren %1.bin %1.com
  7. del %1.obj
  8. del %1.exe
  9.  
  10.