home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / desktop / b174_1 / !StickyBrd / !Run < prev    next >
Text File  |  1989-12-11  |  822b  |  28 lines

  1. |
  2. | !Run File for !StickyBrd 0.81
  3. |
  4. Set StickyBrd$Dir <Obey$Dir>
  5. Set StickyBrdExt$Dir <StickyBrd$Dir>.ExtModls
  6. Set StickyBrdRes$Dir <StickyBrd$Dir>.Resources
  7. Set StickyBrdDesktop$Dir <StickyBrd$Dir>.Desktops
  8. |
  9. IconSprites <StickyBrd$Dir>.!Sprites
  10. IconSprites <StickyBrdRes$Dir>.Sprites
  11. |
  12. If "<Wimp$Scrap>" = "" Then Error 0 Cannot find scrap directory
  13. |
  14. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  15. |
  16. RMEnsure InterfaceManager 2.00 RMLoad <StickyBrdRes$Dir>.Interface
  17. RMEnsure InterfaceManager 2.00 Error 0 Interface module out of date
  18. |
  19. RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
  20. RMEnsure ColourTrans 0.52 Error 0 ColourTrans module out of date
  21. |
  22. WimpSlot -min 16k -max 16k
  23. Run <StickyBrdRes$Dir>.Drag
  24. |
  25. WimpSlot -min 164k -max 164k
  26. Run <StickyBrd$Dir>.!RunImage
  27. |
  28. | End of !Run File