home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 28 / #28-1.iso / PATCHES / DTU1-3.EXE / uninst.bat < prev   
Encoding:
DOS Batch File  |  1998-06-09  |  375 b   |  18 lines

  1. @echo off
  2. cls
  3. echo.
  4. choice /c:yn "Are you sure you want to uninstall Descent To Undermountain "
  5. echo.
  6. if ErrorLevel 2 goto Exit
  7. del %windir%\system\dtu.ini
  8. cd ..
  9. echo.
  10. echo Uninstallation complete.
  11. echo.
  12. echo You may now manually delete your DTU directory.
  13. echo Feel free to reinstall this game at any future time.
  14. echo.
  15. echo Thanks for playing!
  16. echo.
  17. :Exit
  18.