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

  1. | > !Paint.!Run : Paint Version 1.09 19-Dec-88
  2. set Paint$Dir <Obey$Dir>
  3. if "<System$Path>" = "" then Error 0 System resources cannot be found
  4. wimpslot -min 256K -max 256K
  5. wimpslot -min 224K -max 224K
  6. rmensure ColourTrans 0.00 rmload System:Modules.Colours
  7. rmensure FPEmulator 0.00 rmload System:Modules.FPEmulator
  8. rmensure sharedclibrary 0.00 rmload System:Modules.CLib
  9. Set Alias$@RunType_FF9 run <Obey$Dir> 
  10. Set Alias$@PrintType_FF9 run <Obey$Dir> -print 
  11. IconSprites <Obey$Dir>.!Sprites
  12. run <Paint$Dir>.!RunImage %*0
  13.