home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / windows / misc / patchu2.arj / PATCHUNI.BAT < prev    next >
DOS Batch File  |  1993-11-08  |  436b  |  17 lines

  1. cls
  2. echo off
  3. echo Ready to update your copy of UnInstaller 2
  4. echo Press Ctrl-Break to cancel or -
  5. pause
  6. patch hstpatch.rtp
  7. if errorlevel 1 goto Error
  8. echo The patch process is complete. You can now delete
  9. echo HSTPATCH.RTP and READ.ME, but we recommend you keep
  10. echo PATCH.EXE so you can use it later and not have to
  11. echo download it again.
  12. goto Exit
  13. :Error
  14. echo An error occured trying to patch the UnInstaller
  15. :Exit
  16.  
  17.