home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 14 / programs / spex / !Spex / !Run < prev    next >
Text File  |  1993-07-22  |  740b  |  24 lines

  1. || Run file for !Spex
  2. || Version 1.02
  3.                        
  4. Obey <Obey$Dir>.!Boot
  5.      
  6. If "<SpexIsRunning>"=1 THEN Error 0 You can only run one copy at a time
  7. If "<Font$Path>"="" THEN Error 0 Fonts directory cannot be located
  8. If "<System$Path>"="" THEN Error 0 System resources cannot be found
  9.                                                                   
  10. RMEnsure UtilityModule 3.00 Error 0 Spex needs RISC OS 3.00 or later
  11. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  12. RMEnsure SharedCLibrary 3.75 Error 0 Spex needs CLib 3.75 or later
  13.  
  14. IconSprites <Obey$Dir>.!Sprites
  15. IconSprites <Obey$Dir>.Sprites
  16.  
  17. WimpSlot -min 224k -max 224k
  18.  
  19. Set SpexIsRunning 1                  
  20.  
  21. Run <Obey$Dir>.!RunImage %*0
  22.  
  23. Unset SpexIsRunning
  24.