home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / projmot_453.lzh / ProjMot / Install_req.lib < prev    next >
Text File  |  1991-02-18  |  686b  |  23 lines

  1. .K ""
  2. echo "    Install Req.Library"
  3. echo "~~~~~~~~~~~~~~~~~~~~~~~"
  4. echo "This program will install libs:req.library if it is"
  5. echo "not already present in your libs drawer. The version"
  6. echo "included with this release is 2.5 if you have an" 
  7. echo "older version and wish to update it, reply with a "
  8. echo "'y' at the prompt."
  9. echo ""
  10. echo ""
  11. if not EXISTS libs:req.library
  12.     copy req.library libs:req.library
  13. else
  14.     echo "NOTE! req.library is present in your libs: drawer,"
  15.     ask "Do you wish to overwrite libs:req.library?"
  16.     if WARN
  17.         echo "Updating libs:req.library..."
  18.         copy req.library libs:req.library
  19.     endif
  20. endif
  21. echo "All Done.  Click close gadget to get rid of window."
  22. endcli
  23.