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

  1. .K ""
  2. Echo "*ecThis script will install the terminal emulation libraries to be used by `term'."
  3.  
  4. Ask "Do you wish to have the terminal emulation 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 terminal emulation libraries...*n"
  12.  
  13. Copy #?.library Libs: Clone
  14.  
  15. Copy Env ENV: All Clone
  16. Copy Env ENVARC: All Clone
  17.  
  18. Echo "*nOperation successful. Click the close gadget to quit."
  19. EndCLI >NIL:
  20.