home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / pickapic / !PickAPic / !Run < prev    next >
Text File  |  1995-04-20  |  989b  |  32 lines

  1. IconSprites <Obey$Dir>.!Sprites
  2. Set PickAPic$Dir <Obey$Dir>
  3.  
  4. |AWRM$Dir is the directory containing the ArtWorks
  5. |rendering modules.
  6. |If you don't want PickAPic to have the ability to
  7. |render Artworks files (and you want to save RAM)
  8. |set AWRM$Dir to FALSE
  9. Set AWRM$Dir <PickAPic$Dir>.RMStore
  10. |Set AWRM$Dir FALSE
  11.  
  12. |If you already have the Artworks rendering modules
  13. |stored on your system you can save disc space
  14. |by removing the relevant modules from the RMStore
  15. |subdirectory of this directory and setting AWRM$Dir
  16. |to the appropriate directory.
  17.  
  18. |NB ... if you have version 3.10 or higher of
  19. |RISC OS leave the DrawFile module in the RMStore
  20. |subdirectory of this directory: it is used to
  21. |render Drawfiles. (This module is supplied by
  22. |Acorn.) 
  23.  
  24. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  25. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  26.  
  27. IF "<AWRM$Dir>"<>"FALSE" THEN Run <PickAPic$Dir>.AWRMEnsure
  28.  
  29. WimpSlot -min 192k -max 192k
  30.  
  31. <PickAPic$Dir>.!RunImage
  32.