home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / ega.lzh / MAKECOM.BAT < prev    next >
DOS Batch File  |  1984-12-31  |  118b  |  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.