home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo " Install Req.Library"
- echo "~~~~~~~~~~~~~~~~~~~~~~~"
- echo "This program will install libs:req.library if it is"
- echo "not already present in your libs drawer. The version"
- echo "included with this release is 2.5 if you have an"
- echo "older version and wish to update it, reply with a "
- echo "'y' at the prompt."
- echo ""
- echo ""
- if not EXISTS libs:req.library
- copy req.library libs:req.library
- else
- echo "NOTE! req.library is present in your libs: drawer,"
- ask "Do you wish to overwrite libs:req.library?"
- if WARN
- echo "Updating libs:req.library..."
- copy req.library libs:req.library
- endif
- endif
- echo "All Done. Click close gadget to get rid of window."
- endcli
-