home *** CD-ROM | disk | FTP | other *** search
/ Cheats, Hacks & Hints / Cheats_Hacks_and_Hints.bin / doom2 / single / nasty / nasty.bat < prev    next >
DOS Batch File  |  1995-02-26  |  1KB  |  41 lines

  1. @echo off
  2. echo Checking for existence of Doom2...
  3. if not exist Doom2.exe goto NoExistDoom
  4. if not exist Doom2.wad goto NoExistDoomWad
  5. echo Checking for existence of Nasty...
  6. if not exist Nasty.wad goto NoExistLevelWad
  7. echo Swapping Out old Text...
  8. dehacked -save bnasty.deh
  9. echo Swapping in new Text...
  10. dehacked -load nasty.deh
  11. echo Loading DoomII with Nasty Levels...
  12. doom2 %1 %2 %3 %4 %5 -file nasty.wad %6 %7 %8 %9
  13. cls
  14. echo.
  15. echo            I hope you had fun! Any Q's or C's E-Mail me!
  16. echo                -Ross Mellgren (rmm@cirrus.iii.net)
  17. echo.
  18. goto End
  19. :NoExistDoom
  20. echo DoomII does not exist in this directory!!
  21. echo.
  22. echo "How Do I Fix That?"
  23. echo.
  24. echo Move Nasty into the DoomII directory or get DoomII (Hell on Earth)
  25. goto End
  26. :NoExistDoomWad
  27. echo The DoomII WADFile does not exist in this directory!!
  28. echo.
  29. echo "How Do I Fix That?"
  30. echo.
  31. echo Move Nasty into the DoomII directory or call ID to get a copy.
  32. goto End
  33. :NoExistLevelWad
  34. echo The Nasty Levels do not exist in this direrctory!!
  35. echo.
  36. echo "How Do I Fix That?"
  37. echo.
  38. echo Move Nasty into the DoomII directory or get Nasty from ftp.cdrom.com
  39. goto End
  40. :End
  41.