home *** CD-ROM | disk | FTP | other *** search
/ Acorn Replay Demonstration Disc 1 / REPLAY.iso / keyauthor / _sysauthor / _run < prev    next >
Text File  |  1992-07-29  |  1KB  |  31 lines

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