home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / eventshell / Examples / !EvntShell / !Run < prev    next >
Encoding:
Text File  |  1993-12-29  |  905 b   |  20 lines

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