home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
amiga
/
editors
/
vdttlrv2.lha
/
s
/
startup-sequence
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-02-04
|
250 b
|
15 lines
pploadseg
echo "Do you wish to use the AMIGAFonts2.0 Disk"
echo "or my fonts ?"
ask "(y for AMIGAfonts, n for MyFonts) :"
if warn
assign fonts: amigafonts2.0:fonts
endif
ask "Do your want a blue background (y/n)"
if warn
video blue
else
video
endif