home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / education / a / penrose / !penrose / !Run next >
Text File  |  1991-05-30  |  716b  |  23 lines

  1. | run file for penrose application
  2. | This file checks that necessary modules are loaded and claims a 
  3. | "slot" from the WIMP
  4.  
  5. *WimpSlot -min 110k -max 110k
  6. *IconSprites <Obey$Dir>.!Sprites
  7. |
  8. if "<System$Path>" = "" then Error 0 System resources cannot be found
  9. |
  10. RMEnsure SharedCLibrary 3.50 RMLoad System:Modules.Clib
  11. RMEnsure SharedCLibrary 3.50 Error You need Clib 3.50 or later
  12. |
  13. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  14. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
  15. |
  16. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  17. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  18. |
  19.  
  20. *Set Penrose$Dir <Obey$Dir>
  21. *WimpSlot -min 110k
  22. *run <Penrose$Dir>.!RunImage %*0
  23.