home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fanclub Das Freakmagazin 2
/
FANCLUB2.ISO
/
patches
/
topgun
/
clean.bat
< prev
next >
Wrap
DOS Batch File
|
1996-03-26
|
579b
|
13 lines
@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