home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsd / evntshell / Tools / !AppBuild / !Run < prev    next >
Encoding:
Text File  |  1995-10-20  |  915 b   |  21 lines

  1. | !Run Obey file for AppBuild Application
  2. Set AppBuild$Dir <Obey$Dir>
  3. Set AppBuild$BasicFile <Obey$Dir>.!AppBuild
  4. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  5. IF "<Wimp$ScrapDir>"="" THEN ERROR 0 Cannot find scrap directory
  6. IconSprites <Obey$Dir>.!Sprites
  7. Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
  8. Run Dummy:ResFind AppBuild
  9. Unset Dummy$Path
  10. WimpSlot -min 288K -max 288K
  11. |Load any modules required now
  12. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  13. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  14. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  15. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  16. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  17. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  18. |And check that there is still enough memory!
  19. WimpSlot -min 288K -max 288K
  20. Run <AppBuild$Dir>.!AppBuild %*0
  21.