home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / WADS / DOOM1 / PATCHES / MEGADETH / MEGAON.BAT < prev    next >
DOS Batch File  |  1994-10-15  |  1KB  |  52 lines

  1. @echo off
  2. if not exist doom.exe goto doomexeerror
  3. if exist doom.meg goto mvonerror
  4. xcopy doom.exe *.meg
  5. cls
  6. if not exist deframed.exe goto deframederror
  7. if not exist megadeth.frt goto nofrt
  8. if not exist doom.wad goto nowad
  9. if exist doom.wad goto start
  10. :mvonerror
  11. cls
  12. echo ERROR: It appears that MegaViolence Mode is already activated.
  13. echo .
  14. echo             A B O R T I N G
  15. goto end
  16. :doomexeerror
  17. cls
  18. echo ERROR: DOOM.EXE cannot be found in current directory.
  19. echo .
  20. echo             A B O R T I N G
  21. goto end
  22. :deframederror
  23. cls
  24. echo ERROR: DEFRAMED.EXE cannot be found in current directory.
  25. echo .
  26. echo             A B O R T I N G
  27. goto end
  28. :nofrt
  29. cls
  30. echo ERROR: MEGADETH.FRT cannot be found in current directory.
  31. echo .
  32. echo             A B O R T I N G
  33. goto end
  34. :nowad
  35. cls
  36. echo ERROR: DOOM.WAD not found in current directory.
  37. echo .
  38. echo             A B O R T I N G
  39. goto end
  40. :start
  41. @echo off
  42. deframed -pt megadeth.frt
  43. cls
  44. echo .
  45. echo .
  46. echo          * * *   MEGAVIOLENCE MODE ACTIVATED   * * *
  47. echo .
  48. echo .
  49. echo Created for   M E G A D E T H    by J S Hayre
  50. echo .
  51. :end
  52.