home *** CD-ROM | disk | FTP | other *** search
- Echo "Quarterback 5.0.1 to 5.0.2 patch script"
- Echo "by Mark Thomas"
- Echo "*NCopyright 1992 Central Coast Software"
- Echo "The new file created by this patch"
- Echo "is covered by the same licensing agreement"
- Echo "as the old program from which the patched"
- Echo "program is being made."
- Echo "*N Checking for Quarterback program..."
- If NOT EXISTS Quarterback
- Echo " The Quarterback program does not appear"
- Echo " to be in this directory. Please read"
- Echo " the file QB_Patch_Readme for further"
- Echo " instructions."
- Skip cleanup
- Else
- Echo " Found Quarterback."
- Endif
- Echo " Checking Quarterback version..." NOLINE
- List >T:qb.ver Quarterback
- Search >NIL: T:qb.ver 197232
- If WARN
- Search >NIL: T:qb.ver 193304
- If WARN
- Search >NIL: T:qb.ver 203436
- If WARN
- Echo "*N This Quarterback may not be version 5.0."
- Echo " This may be a result of using a file packer program."
- Echo "*NContact Central Coast Software"
- Echo "for further assistance."
- Echo "(512)328-6650"
- Else
- Echo "5.0.2*N This Quarterback file is already version 5.0.2."
- Endif
- Else
- Echo "5.0*N You have the incorrect version of Quarterback for"
- Echo " this patch to work. Before using this patch, you must"
- Echo " use the Quarterback 5.0 to 5.0.1 patch."
- Endif
- Else
- Echo "5.0.1*N Renaming the old Quarterback..."
- Rename >NIL: Quarterback Quarterback.old
- Echo " Patching Quarterback 5.0.1..."
- Lpatch >NIL: -oQuarterback -pQB501-502.pch Quarterback.old
- Echo " Removing old version of Quarterback file..."
- Delete >NIL: Quarterback.old
- EndIf
-
- LAB cleanup
- Echo "*N Cleaning up..."
- Delete >NIL: T:qb.ver
- Echo " Finished."
- Wait 10
- Endcli