home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
333.img
/
EDIT300.ZIP
/
VICTCHT.ZIP
/
RUNCHEAT.BAT
next >
Wrap
DOS Batch File
|
1990-01-15
|
1KB
|
53 lines
echo off
cls
echo . Victory Road Cheat - January 15, 1990
echo .
echo . This cheat will give you unlimited men in the game.
echo .
echo . Make sure 'AA.PTL', 'AB.PTL', and 'AC.PTL' is in your current
echo . sub-directory, then
echo .
pause
IF '%1' == '' GOTO HELP
IF %1 == r GOTO RESTORE
IF %1 == c GOTO CHEAT
IF %1 == d GOTO DELETE
GOTO END
:DELETE
del victcht.bat
del victres.bat
echo All cheat batch files deleted. - Rescue Raider API
del runcheat.bat
:RESTORE
debug < victres.bat
cls
echo Your game is now in normal play mode. - Rescue Raider [API]
GOTO END
:CHEAT
debug < victcht.bat
cls
echo You now have unlimited men! - Rescue Raider [API]
GOTO END
:HELP
cls
echo +-----------------------------------------------+
echo Type 'runcheat r' to restore game to normal
echo Type 'runcheat c' to install the cheat
echo Type 'runcheat d' to delete cheat batch files
echo +-----------------------------------------------+
:END
echo .
echo Call these fine boards:
echo .
echo Solsbury Hill ][ - Home to API
echo 301-428-3268, 2400 baud, 20 megs (temporary setup)
echo .
echo The Cemetery Gates
echo 818-575-1887, 9600 baud, 100+ megs
echo .
echo The Roach Motel - INC dist. site
echo 818-369-2083, 14.4k baud, 100+ megs
echo .