home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
boot
/
rainboot
/
configs
/
demo
< prev
next >
Wrap
Text File
|
1997-01-12
|
435b
|
19 lines
assign FONTS: /fonts/ ADD
setenv RBSELECT `RequestChoice TITLE="Select the viewmode" BODY="Please select the viewmode you would like to use.*nIf you select DBLPAL, you must have the monitor-driver loaded!" GADGETS="PAL|DBLPAL|CANCEL"`
IF $RBSELECT EQ 0
Skip END
ELSE
IF $RBSELECT EQ 2
/Rainboot2 demo.config MODEID $a9004
ELSE
/Rainboot2 demo.config MODEID $29004
ENDIF
ENDIF
wait 1
rx demo.rexx
Lab END
unsetenv RBSELECT