home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / commercialdemos / claresmicrosupplies / composition / _compod / _run < prev    next >
Text File  |  1996-10-29  |  3KB  |  69 lines

  1. |   !Run File for Compo v1.10
  2. | ⌐ Rob Davison and Clares 1995, 1996
  3. |
  4. RMEnsure UtilityModule 3.27 ERROR This application requires RISC OS 3.27 or later and therefore cannot be used on this computer.
  5.  
  6. Set Compo$Dir <Obey$Dir>
  7. Set Compo$Resources <Compo$Dir>.Resources
  8. IconSprites <Compo$Dir>.!Sprites
  9.  
  10. | PCD image res. to scan when loading PCD to mask...
  11. Set Compo$PCDToMask 3
  12.  
  13. | Max. number of objects at once...
  14. Set Compo$ObjLim 96
  15.  
  16. IF "<System$Path>" = "" then Error System resources cannot be found. Please locate the !Boot application.
  17. WimpSlot -min 744k -max 744k
  18. RMEnsure SpriteUtils 1.00 RMReInit SpriteUtils
  19. RMEnsure ColourTrans 1.50 RMReInit ColourTrans
  20. RMEnsure ColourTrans 1.50 ERROR ColourTrans 1.50 or later required by Compo.
  21. RMEnsure CompoSupport 0.70 RMLOAD <Compo$Resources>.Foggy
  22. RMEnsure CompoSupport 0.70 ERROR Compo requires support from the CompoSupport module. This copy must be corrupt so please install it again.
  23.  
  24. RMEnsure PCASupport 0 RMLOAD <Compo$Resources>.PCA
  25. RMEnsure PCASupport 0 ERROR Compo requires the PCASupport module. This copy must be corrupt so please install it again.
  26. RMEnsure DrawFile 0.00 RMLOAD <Compo$Resources>.DrawFile
  27. RMEnsure DrawFile 0.00 ERROR Compo requires support from the Drawfile rendering module. Please install Compo again.
  28. RMEnsure PhotoCD 0.22 RMLoad <Compo$Resources>.PhotoCD
  29. RMEnsure PhotoCD ERROR Compo requires support from the PhotoCD extraction module. Please install Compo again.
  30.  
  31. IF "<Virtualise$Dir>" > "" THEN RMEnsure Virtualise 0.00 RMLoad <Virtualise$Dir>.Virtualise
  32.  
  33. | NOT StrongARM !!!
  34. | RMEnsure WindowDrag 0 RMLOAD <Compo$Resources>.Wdrag
  35.  
  36. | Dos to RISC OS filetype mappings - allows dos files to be recognised.
  37.  
  38. DosMap GIF &695
  39. DOSMap BMP &69C
  40. DosMap PCX &697
  41. DosMap TIF &FF0
  42. DosMap TGA &69D
  43. DosMap DGS &691
  44. DosMap IMG &692
  45. DosMap PBM &69E
  46. DosMap TXT &FFF
  47. DosMap JPG &C85
  48. DosMap PSD &f98
  49.  
  50. IF "<Wimp$ScrapDir>" = "" THEN ERROR Compo requires workspace in <Wimp$ScrapDir>. Please find !Scrap.
  51. IF "<Wimp$Scrap>" = "" THEN SET Wimp$Scrap <Compo$Dir>.SCRAPFILE
  52.  
  53. SET File$Type_B72 Compo
  54. SET Alias$@RunType_B72 RUN <Compo$Dir>.!Run %%*0
  55. set File$Type_f98 PhotoShp
  56.  
  57. Set Compo$ScrapDir <Wimp$ScrapDir>.Compo
  58. |-debug
  59. SET Compo$Runtail "%*0"
  60.  
  61. Set Compo$VectorScrap <Compo$ScrapDir>.Vscrap
  62. Set Compo$VignetteScrap <Compo$ScrapDir>.Vigscrap
  63. | The directories which will be searched for changefsi (same syntax as Run$Path)
  64. SET Compo$FSISearch <Boot$Dir>.^.Utilities.,ADFS::4.$.Utilities.,ADFS::4.$.Utils.
  65.  
  66. | 876 development 744 (approx) release
  67. WimpSlot -min 764k -max 764k
  68. <Compo$Dir>.!Runimage %*0
  69.