home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install the REQTOOLS.LIBRARY, after first checking"
- echo "to see if you already have one installed. If so, it will check the"
- echo "version number of the installed one, and give you the option of"
- echo "installing the one found here."
- echo ""
- echo ""
-
- ask "Do you wish to continue with the installation? [y/n]"
- if WARN
- echo "Checking reqtools.library..."
- Version >NIL: LIBS:reqtools.library
- If NOT ERROR
- Echo "Version of reqtools.library already installed:"
- Version LIBS:reqtools.library
- Echo ""
- EndIf
-
- Version >NIL: exec.library 37
- If NOT WARN
- Echo "Your Amiga has AmigaDOS Release 2 (V37) or higher in ROM."
- Ask "Install special Kickstart 2.0 version of reqtools.library (38.693) ?"
- If WARN
- Copy libs20/reqtools.library LIBS:reqtools.library
- Echo "*nreqtools.library (2.0 version) copied to your Libs: directory."
- Avail >NIL: FLUSH
- Skip ReqToolsOK
- EndIf
- EndIf
-
- Ask "Install Kickstart 1.2/1.3 version of reqtools.library (38.693) ?"
- If NOT WARN
- Skip ReqToolsOK
- EndIf
-
- Copy libs13/reqtools.library LIBS:reqtools.library
- Echo "*nreqtools.library copied to your Libs: directory."
- Lab ReqToolsOK
- endif
-
- echo "All Done. Click close gadget to get rid of window."
- endcli
-