home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate 666 / DemonGate666.bin / pc / details / weird02b / weird.bat < prev    next >
DOS Batch File  |  1994-11-22  |  859b  |  35 lines

  1. @echo off
  2. :start
  3. if not exist weirddm.exe goto deh
  4. if not exist weird.wad goto wad
  5. weirddm -file weird.wad
  6. goto end
  7.  
  8. :wad
  9. deusf -doom . -sprite -add kev.wad weird.wad
  10. del kev.wad
  11. goto start
  12.  
  13. :deh
  14. cls
  15. echo Welcome to WeirdDoom!  The first
  16. echo time you run this batch file, it
  17. echo will setup Doom2 v1.666 to its
  18. echo appropriate WeirdDoom state...
  19. echo I am a bit new with Dehacked and
  20. echo DOOM2.EXE.  What this batch does
  21. echo is ■ COPY DOOM2.EXE DOOM.EXE
  22. echo    ■ DEHACKED -LOAD WEIRD.DEH
  23. echo    ■ REN DOOM.EXE WEIRDDM.EXE
  24. echo If this is not the proper procedure
  25. echo (it worked for me, though), please
  26. echo alter the batch file accordingly.
  27. yesno Cancel this batch file? [Y/N]
  28. if errorlevel == 1 goto end
  29. if not exist doom.exe copy doom2.exe doom.exe
  30. dehacked -load weird.deh
  31. ren doom.exe weirddm.exe
  32. goto start
  33.  
  34. :end
  35.