home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / wimplink / !WimpLink / !Run < prev    next >
Text File  |  1994-10-14  |  1KB  |  30 lines

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