home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 15 / lottery / !Lottery / !Run < prev    next >
Text File  |  1995-01-29  |  608b  |  14 lines

  1. | RISC OS Loader for !Lottery
  2. | Written by Paul Vigay
  3. | (C)30th Dec 1994
  4.  
  5. If "<System$Path>" = "" then Error 0 The !System directory has not been seen yet.
  6. Set Lottery$Path <obey$dir>
  7. IconSprites <Lottery$Path>.!Sprites
  8. Wimpslot -min 160K -max 160K
  9. RMEnsure FPEmulator 2.70 RMLoad System:modules.FPEmulator
  10. RMEnsure FPEmulator 2.70 Error !Lottery needs FPEmulator 2.70 or later in your !System.modules directory.
  11. RMEnsure ABCLibrary 4.02 RMLoad System:modules.ABCLib
  12. RMEnsure ABCLibrary 4.02 Error !Lottery needs ABCLibrary 4.02 or later in your !System.modules directory.
  13. Run "<Lottery$Path>.!RunImage" %*0
  14.