home *** CD-ROM | disk | FTP | other *** search
/ DeathMatch 2 for Doom 2 / Deathmatch2.bin / other / nasty.bat < prev    next >
DOS Batch File  |  1995-02-18  |  1KB  |  38 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 Loading DoomII with Nasty Levels...
  8. doom2 %1 %2 %3 %4 %5 -file nasty.wad %6 %7 %8 %9
  9. cls
  10. echo.
  11. echo            I hope you had fun! Any Q's or C's E-Mail me!
  12. echo                -Ross Mellgren (rmm@cirrus.iii.net)
  13. echo.
  14. goto End
  15. :NoExistDoom
  16. echo DoomII does not exist in this directory!!
  17. echo.
  18. echo "How Do I Fix That?"
  19. echo.
  20. echo Move Nasty into the DoomII directory or get DoomII (Hell on Earth)
  21. goto End
  22. :NoExistDoomWad
  23. echo The DoomII WADFile does not exist in this directory!!
  24. echo.
  25. echo "How Do I Fix That?"
  26. echo.
  27. echo Move Nasty into the DoomII directory or call ID to get a copy.
  28. goto End
  29. :NoExistLevelWad
  30. echo The Nasty Levels do not exist in this direrctory!!
  31. echo.
  32. echo "How Do I Fix That?"
  33. echo.
  34. echo Move Nasty into the DoomII directory or get Nasty from ftp.cdrom.com
  35. echo or if you have all of the above you forgot to build it!
  36. goto End
  37. :End
  38.