home *** CD-ROM | disk | FTP | other *** search
- .K ""
- echo "This script will install the req.library in LIBS:,"
- echo "after checking to see if it already exist and giving"
- echo "you the option to overwrite the installed one if so."
- echo ""
-
- if not EXISTS LIBS:req.library
- echo "No existing library, installing LIBS:req.library..."
- copy req.library LIBS:req.library
- else
- echo "Examine the version numbers of each library."
- echo ""
- version LIBS:req.library
- version /SetCCOPTS/req.library
- echo ""
- 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
-