home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.6 / 1996-07_Disc_2.6.bin / patches / tgv11.exe / CLEAN.BAT < prev    next >
DOS Batch File  |  1996-03-26  |  579b  |  13 lines

  1. @echo off
  2. echo ╔═══════════════════════════════════════════════════════════════════════╗
  3. echo ║ This batch file is provided to clean out the components used to patch ║
  4. echo ║ your English Top Gun: Fire At Will installation.  Run this only after ║
  5. echo ║ a successful patch.  Hit CTRL-BREAK if you don't want to continue.    ║
  6. echo ╚═══════════════════════════════════════════════════════════════════════╝
  7. pause
  8. del *.rtp
  9. if exist install.exe del install.exe
  10. if exist $$doit$$.exe del $$doit$$.exe
  11. if exist tgv11.exe del tgv11.exe
  12. echo Unused Patch Components Removed
  13.