home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / templed / templed_1 / !TemplEd / !Run < prev    next >
Text File  |  1997-03-19  |  1KB  |  32 lines

  1. |
  2. | !Run file for !TemplEd
  3. |
  4. Set TemplEd$Dir <Obey$Dir>
  5. Set Alias$@RunType_FEC Run <TemplEd$Dir>.!Run %%*0
  6. IconSprites <TemplEd$Dir>.!Sprites
  7. RMEnsure MenuUtils 0.11 RMLoad <TemplEd$Dir>.MenuUtils
  8. |
  9. | Check if BorderUtils module must be loaded
  10. |
  11. Set LoadBorderUtils 0
  12. RMEnsure UtilityModule 3.50 Set LoadBorderUtils 1
  13. If <LoadBorderUtils> = 1 Then RMEnsure BorderUtils 0.0 Set LoadBorderUtils 1
  14. If <LoadBorderUtils> = 1 Then RMLoad <TemplEd$Dir>.BorderUtil
  15. UnSet LoadBorderUtils
  16. |
  17. | Check if MessageTrans module must be loaded
  18. |
  19. Set LoadMsgTrans 0
  20. RMEnsure MessageTrans 0.0 Set LoadMsgTrans 1
  21. If "<System$Path>" = "" AND "<LoadMsgTrans>" = "1" Then Error 0 System resources cannot be found
  22. If <LoadMsgTrans> = 1 Then RMLoad System:modules.MsgTrans
  23. UnSet LoadMsgTrans
  24. |
  25. | The following maximum values can be set to suit your needs
  26. |
  27. Set TemplEd$MaxTemplates 100  | max number of user templates
  28. Set TemplEd$MaxIcons     200  | max number of icons in a user template
  29. Set TemplEd$MaxIndirSize 8000 | space for indirected data (only for loading)
  30. |
  31. WimpSlot -min 108K -max 108K
  32. Run <TemplEd$Dir>.!RunImage %*0