home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / ui_utils / helper.lzh / HELPER / INSTALLLIBS < prev    next >
Encoding:
AmigaDOS Script File  |  1991-08-17  |  314 b   |  15 lines

  1. .key ""
  2. ;    A simple little script to install the necessary libraries from
  3. ;    the :libs directory on this disk.  -Fred Fish
  4.  
  5. if exists libs:req.library
  6.     echo "Requester library already installed ..."
  7. else
  8.     echo "Installing requester library ..."
  9.     copy :libs/req.library libs:
  10. endif
  11.  
  12. version req.library
  13.  
  14. echo "Done."
  15.