home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / TextDemo / !Text / !Run < prev    next >
Encoding:
Text File  |  1996-06-14  |  1.2 KB  |  32 lines

  1. | !Run file for !Text
  2. | (c) Paul Field
  3.  
  4. IconSprites <Obey$Dir>.!Sprites
  5.  
  6. Set Text$Dir <Obey$Dir>
  7.  
  8. RMEnsure UtilityModule 3.10 Error !Text can only be run on RISC OS 3.10 or later
  9.  
  10. RMEnsure FilterManager 0.09 RMLoad System:modules.FilterMgr
  11. RMEnsure FilterManager 0.09 Error You need filter manager 0.09 or later to run !Text
  12.  
  13. RMEnsure BorderUtils 0.02 RMEnsure WindowManager 3.17  RMLoad System:modules.BorderUtil
  14.  
  15. RMEnsure Toolbox    0.00  RMLOAD System:modules.toolbox.toolbox
  16. RMEnsure Toolbox    1.23  ERROR You need toolbox 1.23 or later to run !Text
  17. RMEnsure Window     0.00  RMLOAD System:modules.toolbox.window
  18. RMEnsure Window     1.15  ERROR You need window 1.15 or later to run !Text
  19. RMEnsure Menu       0.00  RMLOAD System:modules.toolbox.menu
  20. RMEnsure Menu       0.15  ERROR You need menu 0.15 or later to run !Text
  21. RMEnsure Iconbar    0.00  RMLOAD System:modules.toolbox.iconbar
  22. RMEnsure Iconbar    1.08  ERROR You need iconbar 1.08 or later to run !Text
  23. RMEnsure ProgInfo   0.00  RMLOAD System:modules.toolbox.proginfo
  24. RMEnsure ProgInfo   0.05  ERROR You need proginfo 0.05 or later to run !Text
  25.  
  26. WimpSlot -min 28k -max 28k
  27. If "<Text$Running>" <> "" then Error !Text is already running
  28. Set Text$Running Yes
  29.  
  30. Run <Text$Dir>.!RunImage
  31.  
  32. unset Text$Running