home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / boot / rainboot / configs / demo < prev    next >
Text File  |  1997-01-12  |  435b  |  19 lines

  1. assign FONTS: /fonts/ ADD
  2.  
  3. 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"`
  4.  
  5. IF $RBSELECT EQ 0
  6.     Skip END
  7. ELSE 
  8.     IF $RBSELECT EQ 2
  9.         /Rainboot2 demo.config MODEID $a9004
  10.     ELSE 
  11.         /Rainboot2 demo.config MODEID $29004
  12.     ENDIF
  13. ENDIF
  14. wait 1
  15. rx demo.rexx
  16.  
  17. Lab END
  18. unsetenv RBSELECT
  19.