home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / arachne / molecmodel / !ModelInfo / !Run next >
Text File  |  1993-11-13  |  1KB  |  28 lines

  1. | BookView - view for Arachne Interactive Book Language, able (AIBL).
  2. | © 1993 Arachne Software
  3. | Author: David J. Miller
  4.  
  5. | Do sprites and path
  6. Set BookView$Dir <Obey$Dir>
  7. IconSprites <BookView$Dir>.!Sprites
  8.  
  9. | Now load modules from system unless have RISC OS 3
  10. Set BookView$Support present
  11. RMEnsure Draw 1.01 Error You need Draw 1.01 or later
  12. RMEnsure FPEmulator 2.80 Unset BookView$Support
  13. RMEnsure SharedCLibrary 1.02 Unset BookView$Support
  14. RMEnsure ColourTrans 0.52 Unset BookView$Support
  15. if "<System$Path>" <> "" then set BookView$Support canload
  16. if "<BookView$Support>" = "" then Error 0 System resources cannot be found
  17. RMEnsure FPEmulator 2.80 RMLoad System:Modules.FPEmulator
  18. RMEnsure FPEmulator 2.80 Error You need FPEmulator 2.80 or later
  19. RMEnsure SharedCLibrary 1.02 RMLoad System:Modules.CLib
  20. RMEnsure SharedCLibrary 1.02 Error You need SharedCLibrary 1.02 or later
  21. RMEnsure ColourTrans 0.52 RMLoad System:Modules.Colours
  22. RMEnsure ColourTrans 0.52 Error You need ColourTrans 0.52 or later
  23. Unset BookView$Support
  24.  
  25. | Finally load BookView
  26. WimpSlot -min 320k -max 320k
  27. Run <BookView$Dir>.!RunImage
  28.