home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 365.lha / Kryptor / InstallLibs < prev    next >
AmigaDOS Script File  |  1990-04-10  |  314b  |  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.