home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist doom.meg goto doommegerror
- del doom.exe
- ren doom.meg doom.exe
- cls
- goto start
- :doommegerror
- cls
- echo ERROR: DOOM.MEG cannot be found in current directory.
- echo .
- echo A B O R T I N G
- goto end
- :start
- @echo off
- echo .
- echo .
- echo * * * MEGAVIOLENCE MODE DE-ACTIVATED * * *
- echo .
- echo .
- echo Created for M E G A D E T H by J S Hayre
- echo .
- :end
-