home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if not exist gopatch.exe goto end1
- if not exist patch.rtp goto end2
- if not exist tornado.bat goto end3
- 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 ║
- echo ║ ║
- echo ║ \FALCON3 directory which contains TORNADO.BAT ║
- echo ║ ║
- echo ║ ║
- echo ╚══════════════════════════════════════════════════════════════════════════╝
- :realend
-