home *** CD-ROM | disk | FTP | other *** search
/ Instant Doom Levels / Instant.Doom.Levels.-.Level.Master.II.iso / WADS / DOOM1 / PATCHES / MEGADETH / MEGAOFF.BAT < prev    next >
DOS Batch File  |  1994-10-16  |  417b  |  23 lines

  1. @echo off
  2. if not exist doom.meg goto doommegerror
  3. del doom.exe
  4. ren doom.meg doom.exe
  5. cls
  6. goto start
  7. :doommegerror
  8. cls
  9. echo ERROR: DOOM.MEG cannot be found in current directory.
  10. echo .
  11. echo             A B O R T I N G
  12. goto end
  13. :start
  14. @echo off
  15. echo .
  16. echo .
  17. echo          * * *   MEGAVIOLENCE MODE DE-ACTIVATED   * * *
  18. echo .
  19. echo .
  20. echo Created for   M E G A D E T H    by J S Hayre
  21. echo .
  22. :end
  23.