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

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