home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
576.ALTERWLF.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-06
|
554b
|
29 lines
echo off
rename w3d-e1.exe wolf3d.exe
cls
copy wolf3d.exe wolf3d.old
rename wolf3d.exe wolf3d.zap
if %1==11 goto ver11
if %1==12 goto ver11
if %1==14 goto ver14
goto oops
:ver11
debug wolf3d.zap<alterw11.scr
goto done
:ver14
debug wolf3d.zap<alterw14.scr
goto done
:oops
cls
echo You need to start this batch file by entering ALTERWLF followed
echo by a space and either 11, 12, or 14 depending on the version
echo that you have.
echo Try Again!
goto end
:done
cls
echo ALL DONE!
goto end
:end
rename wolf3d.zap wolf3d.exe