home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / progcalc / !ProgCalc / !Run < prev    next >
Encoding:
Text File  |  1991-02-24  |  867 b   |  22 lines

  1. | > !ProgCalc.!Run
  2. |
  3. | Programmer's Calculator
  4. |
  5. IconSprites <Obey$Dir>.!Sprites
  6. Set ProgCalc$Dir <Obey$Dir>
  7. |
  8. if "<System$Path>" = "" then Error 0 System resources cannot be found. Try putting in RISC OS Applications disc 1 and clicking on the floppy disk icon then trying again.
  9. |
  10. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.CLib
  11. RMEnsure SharedCLibrary 3.50 Error Version 3.50 or later of the shared C library is needed by this application and was not found.
  12. |
  13. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.70 Error Version 2.70 or later of the floating point emulator is needed by this application and was not found.
  15. |
  16. RMEnsure InterfaceManager 1.25 RMLoad <Obey$Dir>.Interface
  17. RMEnsure InterfaceManager 1.25 Error Could not load interface manager module
  18. |
  19.  
  20. WimpSlot -min 112K -max 112K
  21. Run "<ProgCalc$Dir>.!RunImage" %*0
  22.