home *** CD-ROM | disk | FTP | other *** search
- || Run file for !Spex
- || Version 1.02
-
- Obey <Obey$Dir>.!Boot
-
- If "<SpexIsRunning>"=1 THEN Error 0 You can only run one copy at a time
- If "<Font$Path>"="" THEN Error 0 Fonts directory cannot be located
- If "<System$Path>"="" THEN Error 0 System resources cannot be found
-
- RMEnsure UtilityModule 3.00 Error 0 Spex needs RISC OS 3.00 or later
- RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
- RMEnsure SharedCLibrary 3.75 Error 0 Spex needs CLib 3.75 or later
-
- IconSprites <Obey$Dir>.!Sprites
- IconSprites <Obey$Dir>.Sprites
-
- WimpSlot -min 224k -max 224k
-
- Set SpexIsRunning 1
-
- Run <Obey$Dir>.!RunImage %*0
-
- Unset SpexIsRunning
-