home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / network / b194_1 / !WimpLink / !Run < prev    next >
Text File  |  1994-02-27  |  1KB  |  29 lines

  1. | !Run file for WimpLink 0.98
  2. | (c) Remco de Vreugd, 1994
  3. |
  4. Set WimpLink$Dir <Obey$Dir>
  5. IconSprites <WimpLink$Dir>.!Sprites
  6. Obey <WimpLink$Dir>.!Locals
  7. |
  8. Set File$Type_0F1 Filter
  9. Set File$Type_101 MailPack
  10. Set File$Type_102 BBS Data
  11. Set File$Type_103 Request
  12. Set File$Type_104 CompPack
  13. Set File$Type_DDC Archive
  14. Set Alias$@RunType_101 Run <WimpLink$Dir>.!RunImage %%*0
  15. Set Alias$@RunType_104 Run <WimpLink$Dir>.!RunImage %%*0
  16. |
  17. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  18. |
  19. IF "<System$Path>" = "" THEN Error System resources cannot be found
  20. IF "<SerialDev$Path>" = "" THEN Error Serial device drivers cannot be found
  21. |
  22. RMEnsure SharedClibrary 3.75 RMLoad System:Modules.CLib
  23. RMEnsure SharedClibrary 3.75 Error You need at least version 3.75 of the shared C library
  24. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  25. RMEnsure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  26. |
  27. WimpSlot -min 384 -max 384K
  28. Run <WimpLink$Dir>.!RunImage %*0
  29.