home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / journal / !Journal / !Run < prev    next >
Encoding:
Text File  |  1996-03-02  |  1.0 KB  |  25 lines

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