home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
116.PATCH.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-07
|
2KB
|
42 lines
@echo off
cls
if not exist gopatch.exe goto end1
if not exist patch.rtp goto end2
if not exist falcon3.exe goto end3
gopatch
if exist madbuff.tmp del madbuff.tmp
if exist redflag.mis del redflag.mis
if exist vcr.mis del vcr.mis
if exist occupy.map del occupy.map
if exist joystick.def del joystick.def
if exist topten. del topten.
if exist patch.exe del patch.exe
if exist patch.rtp del patch.rtp
goto realend
:end1
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy GOPATCH.EXE into your \Falcon3 directory. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
goto realend
:end2
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy PATCH.RTP into your \Falcon3 directory. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
goto realend
:end3
echo ╔══════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ Copy PATCH.RTP, PATCH.EXE, and GOPATCH.BAT into your \FALCON3 directory. ║
echo ║ The time on FALCON3.EXE should read 8:11a as follows: ║
echo ║ FALCON3 EXE 1206158 12-02-91 8:11a ║
echo ║ If it doesn't, then reinstall Falcon from the master disks that came ║
echo ║ with the game. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
:realend