home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1087.lha
/
Programs
/
TeleTerm
/
Install-TeleTerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-15
|
742 b
|
12 lines
(set @app-name "TeleTerm V1.0")
(set d (askdir (default "SYS:") (help "The destination you select will be the location of TeleTerm.") (prompt "Select destination where TeleTerm will be copied. Destination must have 300k of free disk space.") (disk)))
(set @default-dest d)
(copyfiles (prompt "Copying files...") (choices
"TeleTerm"
"TeleTerm.info"
) (source "") (dest (cat d)))
(copylib (dest "LIBS:") (prompt "Copying XprZmodem.library...") (help @copylib-help) (source "libs/xprzmodem.library"))
(copylib (dest "LIBS:") (prompt "Copying XemAmiga.library...") (help @copylib-help) (source "libs/xemamiga.library"))
(copylib (dest "LIBS:") (prompt "Copying Reqtools.library...") (help @copylib-help) (source "libs/reqtools.library"))
(exit)