home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / riscos / releases / action / !StrtWrDem / !Run < prev    next >
Text File  |  1993-09-26  |  1KB  |  33 lines

  1. | !Run for StartWrite Demo 1.03 (25-Jan-93)
  2. | Copyright © 1992 by Icon Technology Ltd.  All rights reserved.
  3.  
  4. |if "<System$Path>" = "" then Error 0 System resources cannot be found
  5.  
  6. WimpSlot -min 560K -max 560K
  7.  
  8. RMEnsure SharedCLibrary 3.75 RMLoad System:modules.CLib
  9. RMEnsure SharedCLibrary 3.75 Error You need at least version 3.75 of the shared C library
  10.  
  11. RMEnsure ColourTrans 0 RMLoad System:modules.Colours
  12. RMEnsure ColourTrans 0 Error Can't find the ColourTrans module
  13.  
  14. RMEnsure FPEmulator 2.80 RMLoad System:modules.FPEmulator
  15. RMensure FPEmulator 2.80 Error You need at least version 2.80 of the floating point emulator
  16.  
  17. RMEnsure FontManager 2.40 Error You need at least version 2.40 of the Font Manager. Check !Fonts is correctly installed
  18. If "<Font$Path>"="" THEN Error !Fonts not found. Check !Fonts is correctly installed
  19.  
  20. Run <Obey$Dir>.!Boot
  21.  
  22. WimpSlot -min 528K -max 528K
  23. Run <StartWrDemo$Dir>.!RunImage %*0 -d -r10
  24.  
  25. Echo You can order !StartWrite from your local dealer
  26. Echo or direct from:
  27. Echo
  28. Echo<32>     Icon Technology Ltd.
  29. Echo<32>     5 Jarrom Street,
  30. Echo<32>     Leicester LE2 7DH
  31. Echo
  32. Echo<32>  Telephone: 0533 546225
  33.