home *** CD-ROM | disk | FTP | other *** search
/ Utilities Platinum / Windows_Utilities_Platinum_Vol1.iso / _debug / uninst.bat < prev   
DOS Batch File  |  1994-04-19  |  271b  |  8 lines

  1. @echo off
  2. del c:\windows\utipltnm.ini
  3. echo Removeing database files in Utilities Platinum directory.
  4. del c:\windows\Utipltnm\*.*
  5. rd c:\windows\Utipltnm
  6. echo Utilities Platinum is uninstalled.
  7. echo You will need to delete the icons in the Program Manager yourself.
  8.