home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / JUEGOS / TSC.ZIP / INSTATSC.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-08-26  |  462 b   |  25 lines

  1. @echo WILL NOW REPLACE DOOM2.exe with the TSC.exe FILE, SAVEING DOOM2.exe as
  2. @echo                          DOOM2exe.bak
  3. @echo off
  4. PAUSE
  5. c:
  6. cd\doom2
  7. rename doom2.exe doom2exe.bak
  8. copy TSC.exe doom2.exe
  9. @echo off
  10. cls
  11. C:
  12. cd\doom2
  13. deusf -doom2 c:\doom2 -merge tsc02.wad tsc03.wad 
  14.  
  15. @echo off
  16. PAUSE
  17. md TSC
  18. move TSC*.* c:\doom2\TSC
  19. move instatsc.bat c:\doom2\TSC
  20. move A_NEWWAD.txt c:\doom2\TSC
  21. cls
  22. rem
  23. rem
  24. @echo TYPE: runTSC to start playing.
  25.