home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / utilities / boot / bootmenu / !Boot / !Run < prev    next >
Encoding:
Text File  |  1995-04-23  |  515 b   |  14 lines

  1. | ==================================================================
  2.  
  3. | If you want to see the menu WHENEVER you boot up your computer,
  4. | just set the variable Menu$Opt to "on" in the next line.
  5.  
  6. Set Menu$Opt "off"
  7.  
  8. | ==================================================================
  9.  
  10. Set BM$Dir <Obey$Dir>
  11. Set BF$Dir <BM$Dir>.Bootfiles
  12. IconSprites <BM$Dir>.!Sprites
  13. If "<Wimp$State>"="desktop" then run <bm$dir>.!RunImage <bf$dir>.Demo Else If "<Menu$Opt>"="on" then RUN <BM$Dir>.MenuOn Else RUN <BM$Dir>.MenuOff
  14.