home *** CD-ROM | disk | FTP | other *** search
- FailAt 20
-
- Version > NIL: iff.library 2
- If NOT WARN
- Echo "*nYou already got installed : " NOLINE
- Version iff.library
- Echo "" NOLINE
- Ask "Do you want to install version 22.3 of the iff.library?"
- If NOT WARN
- Skip Noiff
- EndIf
- EndIf
-
- Echo "*nCopying the iff.library to your LIBS: ..."
- Copy > NIL: iff.library TO LIBS:
-
- Lab Noiff
-
- echo "For Workbench 1.3 users, there is a patch from Nico Francois"
- echo " this patch allows you to run SatTrack V4 without the"
- echo " asl.library. If you want this installed answer yes"
- echo " to the question. If you have a later version of"
- echo " reqtools, and already have rtpatch installed, you"
- echo " can skip this section. "
- echo " YOU ALSO NEED TO READ AND INSTALL THE RTPATCH.DOC"
-
-
- Version > NIL: reqtools.library 2
- If NOT WARN
- Echo "*nYou already got installed : " NOLINE
- Version reqtools.library
- Echo "" NOLINE
- Ask "Do you want to install version 2.5 of the reqtools.library?"
- If NOT WARN
- Skip Noreq
- EndIf
- EndIf
-
- Echo "*nCopying the req.library to your LIBS: ..."
- Copy > NIL: reqtools.library TO LIBS:
- Lab Noreq
-
- echo " Installation of RTPATCH requires the following:"
- echo " 1. Copy RTPATCH to your favorite location."
- echo " first choice is c:, but make it somewhere"
- echo " where it can be accessed from your boot."
- echo " 2. Now modify your s:startup-sequence to include"
- echo " the following line, after the WBSTARTUP"
- echo " command:"
- echo " "
- echo " RTPATCH "
- echo " 3. If you have problems, read the document"
- echo " RTPATCH.DOC that comes with the SatTrack"
- echo " Program."
- echo " "
-
-
- Echo "*nDone. -- This program can be rerun again if required."
-
-
-