home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / term20_1.lzh / XPR_Libs / Install next >
Text File  |  1992-03-05  |  410b  |  17 lines

  1. .K ""
  2. Echo "*ecThis script will install the transfer libraries to be used by *e[33mterm*e[31m.*n"
  3.  
  4. Ask "Do you wish to have the transfer libraries installed (y/n)?"
  5.  
  6. If Not WARN
  7.     Echo "*nOperation aborted. Click the close gadget to quit."
  8.     EndCLI >NIL:
  9. EndIf
  10.  
  11. Echo "*nInstalling transfer libraries...*n"
  12.  
  13. Copy #?.library Libs: Clone
  14.  
  15. Echo "*nOperation successful. Click the close gadget to quit."
  16. EndCLI >NIL:
  17.