home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / _progcalc / !ProgCalc / !Run < prev    next >
Encoding:
Text File  |  1992-05-07  |  915 b   |  21 lines

  1. | > !ProgCalc.!Run
  2. |
  3. | Programmer's Calculator
  4. |
  5. IconSprites <Obey$Dir>.!Sprites
  6. |
  7. 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.
  8. |
  9. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  10. RMEnsure FPEmulator 2.70 Error Version 2.70 or later of the floating point emulator is needed by this application and was not found.
  11. |
  12. RMEnsure SharedCLibrary 1.02 RMLoad System:Modules.CLib
  13. RMEnsure SharedCLibrary 1.02 Error Version 1.02 or later of the shared C library is needed by this application and was not found.
  14. |
  15. RMEnsure FormEd 1.00 RMLOAD <Obey$Dir>.FormEd
  16. RMEnsure FormEd 1.00 Error Version 1.00 or later of the form editor extension from Archive is needed by this application and was not found. 
  17. |
  18. Set ProgCalc$Dir <Obey$Dir>
  19. WimpSlot -min 56K -max 56K
  20. Run "<ProgCalc$Dir>.!RunImage" %*0
  21.