home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos2 / apps1 / !Draw / !Run < prev    next >
Text File  |  1988-12-14  |  824b  |  27 lines

  1. | > !Draw.!Run
  2. |
  3. | Draw V0.44 (14-Dec-88)
  4. |
  5. IconSprites <Obey$Dir>.!Sprites
  6. Set Alias$@RunType_AFF /<Obey$Dir>.!Run %%*0
  7. Set Alias$@PrintType_AFF /<Obey$Dir>.!Run -Print %%*0
  8. Set File$Type_AFF DrawFile
  9. |
  10. if "<System$Path>" = "" then Error 0 System resources cannot be found
  11. |
  12. RMEnsure Draw 1.01 Error You need Draw 1.01 or later
  13. |
  14. RMEnsure FPEmulator 2.70 RMLoad System:Modules.FPEmulator
  15. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later
  16. |
  17. RMEnsure SharedCLibrary 1.02 RMLoad System:Modules.CLib
  18. RMEnsure SharedCLibrary 1.02 Error You need SharedCLibrary 1.02 or later
  19. |
  20. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  21. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  22. |
  23. Set Draw$Dir <Obey$Dir>
  24. Set Draw$Printfile printer:
  25. WimpSlot -min 256K -max 256K
  26. Run "<Draw$Dir>.!RunImage" %*0
  27.