home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / process / !Process / !Run < prev    next >
Text File  |  1993-09-09  |  654b  |  30 lines

  1. |
  2. | !Run file for !Process
  3. |
  4.  
  5. Set Process$Dir <Obey$Dir>
  6.  
  7. | RISC OS 3.10 is needed
  8. RMEnsure UtilityModule 3.10 Error You need RISC OS 3.10 to run !Process
  9.  
  10. | Load some sprites
  11. IconSprites <Process$Dir>.!Sprites
  12. IconSprites <Process$Dir>.Sprites
  13.  
  14. | AIM and CLEAR filetypes
  15. Set File$Type_004 AIM
  16. Set File$Type_690 Clear
  17.  
  18. RMEnsure Process 1.10 RMLoad <Process$Dir>.Resources.ColourPro
  19.  
  20. | Set the options, always lower case
  21. Set Process$Options -max2 -tools -pal -colour1 -mask
  22. Set Process$WindowTitle %%0:%%7.%%2.%%3 at %%8x%%9%%
  23.  
  24. | Get some memory
  25. WimpSlot -min 224k -max 224k
  26.  
  27. | And off we go
  28. Run <Process$Dir>.Resources.!Intro
  29. Run <Process$Dir>.!RunImage
  30.