home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff332.lzh / K1_Editor / t / Command-00-T02 next >
Text File  |  1990-03-20  |  320b  |  16 lines

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