home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
NETMAIL
/
QF_1063.ZIP
/
UPDATE.BAT
< prev
Wrap
DOS Batch File
|
1994-03-14
|
934b
|
49 lines
@Echo off
Cls
Echo About to apply QFront v1.062 to QFront v1.063 patch. You MUST
Echo be running QFront v1.062 before you can successfully apply this
Echo patch. You MUST also run this UPDATE program from within your
Echo main QFront directory.
Echo.
Echo Please be sure to make a backup before continuing with this patch
Echo update.
Echo.
Echo Press CONTROL-BREAK now if you want to abort this patch update.
Echo.
Pause
Cls
Echo Applying patch update. This can take a while so please be patient!
Echo.
PATCH QFRONT.RTP -E
If not exist PATCH.ERR goto Ok
Cls
Echo An error occurred while applying patch. Please make sure you are
Echo currently running QFront 1.062 and that you are running UPDATE from
Echo your main QFront directory and try again.
Echo.
Pause
Goto End
:Ok
Cls
Echo Successfully applied patch update!
Echo.
Pause
DEL QFRONT.RTP
DEL PATCH.EXE
:End