home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ╔═══════════════════════════════════════════════════════════════════════╗
- echo ║ This batch file is provided to clean out the components used to patch ║
- echo ║ your English Top Gun: Fire At Will installation. Run this only after ║
- echo ║ a successful patch. Hit CTRL-BREAK if you don't want to continue. ║
- echo ╚═══════════════════════════════════════════════════════════════════════╝
- pause
- del *.rtp
- if exist install.exe del install.exe
- if exist $$doit$$.exe del $$doit$$.exe
- if exist tgv11.exe del tgv11.exe
- echo Unused Patch Components Removed
-