home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Killer
/
Game_Killer.bin
/
004.PATCH.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-02
|
4KB
|
83 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
echo.
echo FALCON 3.0 UPDATE PROGRAM - VERSION 3.0D
echo.
echo.
echo ╔═════════════════════════════════════════════════════════════════════════╗
echo ║ ║
echo ║ WARNING! Updating to Falcon 3.0d will reset all your squadron and ║
echo ║ campaign data. ALL SQUADRONS AND CAMPAIGNS WILL BE ERASED ║
echo ║ AND YOU WILL HAVE TO BEGIN FROM SCRATCH! ║
echo ║ ║
echo ╚═════════════════════════════════════════════════════════════════════════╝
echo.
echo.
echo To quit now and stop the update, press CTRL-C.
echo.
echo To go on with the update,
pause
cls
echo.
echo.
echo Erasing old squadrons and campaings.
echo please wait...
echo.
echo.
if exist *.squ del *.squ
if exist *.mtv del *.mtv
if exist *.cam del *.cam
if exist *.war del *.war
if exist *.fla del *.fla
if exist *.tmp del *.tmp
if exist *.dmp del *.dmp
if exist squ*.mis del squ*.mis
if exist dump?.tmp del dump?.tmp
if exist dmp*. del dmp*.
if exist cdump?.tmp del cdump?.tmp
if exist buff.tmp del buff.tmp
if exist madbuff.tmp del madbuff.tmp
if exist theater.bin del theater.bin
if exist mission.mis del mission.mis
if exist redflag.mis del redflag.mis
if exist vcr.mis del vcr.mis
if exist temp?.dat del temp?.dat
if exist gary.dmp del gary.dmp
if exist occupy.map del occupy.map
cls
gopatch
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, GOPATCH.EXE, and PATCH.BAT into your \FALCON3 directory. ║
echo ║ Your FALCON3.EXE file should match one of the following: ║
echo ║ ║
echo ║ FALCON3 EXE 1206158 12-02-91 8:11a ║
echo ║ FALCON3 EXE 1225284 01-10-92 9:45p ║
echo ║ FALCON3 EXE 1240010 02-14-92 5:17p ║
echo ║ ║
echo ║ If it doesn't, then reinstall Falcon from the master disks that came ║
echo ║ with the game. ║
echo ║ ║
echo ╚══════════════════════════════════════════════════════════════════════════╝
:realend