home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / tgv11 / clean.bat < prev    next >
Encoding:
DOS Batch File  |  1996-03-26  |  579 b   |  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.