home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / toollib_2 / Examples / Tree / !Tree / !Run < prev    next >
Text File  |  1996-06-13  |  1KB  |  38 lines

  1. | !Run file for !Tree
  2. | (c) Paul Field
  3.  
  4. IconSprites <Obey$Dir>.!Sprites
  5.  
  6. Set Tree$Dir <Obey$Dir>
  7.  
  8. RMEnsure UtilityModule 3.10 Error !Tree 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 !Tree
  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 !Tree
  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 !Tree
  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 !Tree
  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 !Tree
  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 !Tree
  25. RMEnsure SaveAs     0.00  RMLOAD System:modules.toolbox.saveas
  26. RMEnsure SaveAs     0.03  ERROR You need saveas 0.03 or later to run !Tree
  27.  
  28. |You may need to increase the WimpSlot for the debug version
  29. WimpSlot -min 32k -max 32k
  30. |WimpSlot -min 512k -max 512k
  31.  
  32. If "<Tree$Running>" <> "" then Error !Tree is already running
  33. Set Tree$Running Yes
  34.  
  35. Run <Tree$Dir>.!RunImage
  36.  
  37. unset Tree$Running
  38.