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 >
Wrap
DOS Batch File
|
1994-10-16
|
417b
|
23 lines
@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