home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HomeWare 14
/
HOMEWARE14.bin
/
windows
/
misc
/
patchu2.arj
/
PATCHUNI.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-11-08
|
436b
|
17 lines
cls
echo off
echo Ready to update your copy of UnInstaller 2
echo Press Ctrl-Break to cancel or -
pause
patch hstpatch.rtp
if errorlevel 1 goto Error
echo The patch process is complete. You can now delete
echo HSTPATCH.RTP and READ.ME, but we recommend you keep
echo PATCH.EXE so you can use it later and not have to
echo download it again.
goto Exit
:Error
echo An error occured trying to patch the UnInstaller
:Exit