home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / b / trees / !Trees / !Run < prev    next >
Text File  |  1996-09-26  |  963b  |  24 lines

  1. | !Run Obey file for Trees Application
  2. Set Trees$Dir <Obey$Dir>
  3. Set Trees$BasicFile <Obey$Dir>.!Trees
  4. |Change the next line if you are using a different
  5. |filetype number
  6. |Set Alias$@RunType_200 Run <Obey$Dir>.!Run %%*0
  7. IconSprites <Obey$Dir>.!Sprites
  8. Run <Obey$Dir>.ChkSpr
  9. Set Dummy$Path <Run$Path>,<Obey$Dir>
  10. Unset Dummy$Path
  11. WimpSlot -min 192K -max 192K
  12. |Load any modules required now
  13. RMEnsure InterfaceManager 2.00 RMLoad <Obey$Dir>.Interface
  14. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  15. RMEnsure MenuUtils 0.11 RMLoad <Obey$Dir>.MenuUtils
  16. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  17. RMEnsure MessageTrans 0.06 RMLoad <Obey$Dir>.MsgTrans
  18. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  19. RMEnsure DrawFile 1.01 RMLoad <Obey$Dir>.DrawFile
  20. RMEnsure DrawFile 1.01 Error Couldn't load DrawFile Module
  21. |And check that there is still enough memory!
  22. WimpSlot -min 192K -max 192K
  23. Run <Trees$Dir>.!Trees %*0
  24.