home *** CD-ROM | disk | FTP | other *** search
- | !Run Obey file for AppBuild Application
- Set AppBuild$Dir <Obey$Dir>
- Set AppBuild$BasicFile <Obey$Dir>.!AppBuild
- IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
- IF "<Wimp$ScrapDir>"="" THEN ERROR 0 Cannot find scrap directory
- IconSprites <Obey$Dir>.!Sprites
- Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
- Run Dummy:ResFind AppBuild
- Unset Dummy$Path
- WimpSlot -min 288K -max 288K
- |Load any modules required now
- RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
- RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
- RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
- RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
- RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
- RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
- |And check that there is still enough memory!
- WimpSlot -min 288K -max 288K
- Run <AppBuild$Dir>.!AppBuild %*0
-