home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / a108_1 / !VectDemo / !Run < prev    next >
Text File  |  1992-01-05  |  1KB  |  29 lines

  1.  
  2. Set VectDemo$Dir <Obey$Dir>
  3. Obey <VectDemo$Dir>.!Boot
  4. IconSprites <VectDemo$Dir>.Pointers
  5.  
  6. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  7.  
  8. RMEnsure ColourTrans 0.50 Load System:Modules.Colours
  9. RMEnsure ColourTrans 0.50 Error 0 ColourTrans module not found or too old
  10. RMEnsure SharedCLibrary 3.50 Load System:Modules.Clib
  11. RMEnsure SharedCLibrary 3.50 Error 0 Shared C Library not found or too old
  12. RMEnsure FPEmulator 2.80 Load System:Modules.FPEmulator
  13. RMEnsure FPEmulator 2.80 Error 0 FPEmulator module not found or too old
  14. |RMEnsure MessageTrans 0.06 Load System:Modules.MsgTrans
  15. |RMEnsure MessageTrans 0.06 Error 0 MessageTrans module not found or too old
  16.  
  17. RMEnsure VectorUtil 2.10 Load <VectDemo$Dir>.VectUtil
  18. RMEnsure VectorUtil 2.10 Error 0 Can't load utility module
  19.  
  20. SetEval Vector$Capabilities 16_0FFFFFFF
  21. RMEnsure FontManager 2.98 SetEval Vector$Capabilities Vector$Capabilities-1
  22. RMEnsure SpriteExtend 0.27 SetEval Vector$Capabilities Vector$Capabilities-2
  23. RMEnsure ColourTrans 0.96 SetEval Vector$Capabilities Vector$Capabilities-4
  24.  
  25. If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:
  26.  
  27. WimpSlot -min 460K -max 460K
  28. Run "<VectDemo$Dir>.!RunImage" %*0 -debug -windows 30 -mask 2,4 -template "<VectDemo$Dir>.Order"
  29.