home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / archimedesworld_cd2 / acornanswers / _scape2 / _run < prev    next >
Text File  |  1996-01-23  |  648b  |  20 lines

  1. |
  2. If "<System$Path>" = "" THEN Error 0 System resources cannot be found
  3. |
  4. Set Scape2$Dir <Obey$Dir>
  5. WimpSlot -min 128k -max 128k
  6. |
  7. RMEnsure SharedClibrary 0 System:Modules.clib
  8. RMEnsure SharedCLibrary 3.75 Error You need at least version 3.75 of the shared C library
  9. |
  10. RMEnsure FPEmulator 0 System:Modules.fpemulator
  11. RMEnsure FPEmulator 2.80 Error You need at least version 2.80 of the Floating Point Emulator
  12. |
  13. IconSprites <Scape2$Dir>.!Sprites
  14. |
  15. WimpSlot -min 128k -max 128k
  16. |
  17. | First argument to !RunImage below must be either 1, 2 or 3
  18. | It controls whether colour sprite output is 32bpp, dithered 8bpp or both
  19. Run <Scape2$Dir>.!RunImage 3 %*0
  20.