home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
welc2205.lha
/
Examples
/
test4
< 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
|
1993-06-16
|
269 b
|
16 lines
/* Welcome and interactivity */
Address WELCOME
Options RESULTS
'ASK "Do you want to install the Fonts?" _Yes _No'
IF result THEN DO
'TEXT NOLINE "Installing Fonts..."'
ADDRESS COMMAND
'Copy "Install Disk 1:Fonts" FONTS: all'
ADDRESS WELCOME
'TEXT Ready.'
END