home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
comms
/
comprgs
/
term20_1.lzh
/
XTE_Libs
/
Install
next >
Wrap
Text File
|
1992-03-05
|
480b
|
20 lines
.K ""
Echo "*ecThis script will install the terminal emulation libraries to be used by `term'."
Ask "Do you wish to have the terminal emulation libraries installed (y/n)?"
If Not WARN
Echo "*nOperation aborted. Click the close gadget to quit."
EndCLI >NIL:
EndIf
Echo "*nInstalling terminal emulation libraries...*n"
Copy #?.library Libs: Clone
Copy Env ENV: All Clone
Copy Env ENVARC: All Clone
Echo "*nOperation successful. Click the close gadget to quit."
EndCLI >NIL: