home *** CD-ROM | disk | FTP | other *** search
/ Understanding the Body [Risc OS] / AcornWin_Anglia_UnderstandingTheBody.iso / acorn / _sysauthor / _run < prev    next >
Text File  |  1994-08-16  |  1KB  |  33 lines

  1. | !Run file for Archimedes KeyAuthor Output section (SysAuthor)
  2. |
  3.  
  4. Set SysAuthor$Dir <Obey$Dir>
  5.  
  6. If "%*0" = "" Then Error 0 !SysAuthor should be used in conjunction with Key Author files
  7.  
  8. If "<System$Path>" = "" then Error 0 System resources have not been seen by the Filer
  9.  
  10. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  11. RMEnsure SharedCLibrary 3.75 Error 0 You need the shared C library version 3.75 or later
  12.  
  13. RMEnsure FPEmulator 0.00 RMload System:Modules.FPEmulator
  14. RMEnsure FPEmulator 0.00 Error 0 You need the FPEmulator module version 0.00 or later
  15.  
  16. RMEnsure ColourTrans 0.00 RMLoad System:Modules.Colours
  17. RMEnsure ColourTrans 0.00 Error 0 You need the ColourTrans module version 0.00 or later
  18.  
  19. RMEnsure GSNUtilities 0.49 RMLoad <SysAuthor$Dir>.Modules.GSN
  20. RMEnsure GSNUtilities 0.49 Error 0 You need the GSN support module version 0.49 or later
  21.  
  22. RMEnsure GS_Support 1.12 RMLoad <SysAuthor$Dir>.Modules.GS_Support
  23. RMEnsure GS_Support 1.12 Error 0 To play sound samples you need the GS_Support module version 1.12 or later
  24.     
  25. RMEnsure Euclid 1.04 RMLoad <SysAuthor$Dir>.Modules.EuclidX
  26. RMEnsure Euclid 1.04 Error 0 You need the Euclid module version 0.98 or later
  27.  
  28. Set SysAuthor$Options C
  29.  
  30. WimpSlot -min 416K -max 416K
  31. IconSprites <SysAuthor$Dir>.!Sprites
  32. Run <SysAuthor$Dir>.!RunImage %*0
  33.