home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / _riscdisc3 / _run < prev    next >
Text File  |  1996-12-11  |  1KB  |  42 lines

  1. | RiscDisc3:!Run
  2. | © Uniqueway Ltd, 1994-1996
  3.  
  4. | ------------------------------------------------------------------------
  5. | Copy of !Boot file
  6.  
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set RiscDisc3$Dir <Obey$Dir>
  9. SetMacro RiscDisc3$Path <RiscDisc3$Dir>.
  10.  
  11. | ------------------------------------------------------------------------
  12. RMEnsure UtilityModule 3.10 Error This application requires RISCOS 3.10 or later.
  13.  
  14. | ------------------------------------------------------------------------
  15.  
  16. RMEnsure ArcFS 0.73 Filer_Run RiscDisc3:Resources.!ArcFS
  17.  
  18. | ------------------------------------------------------------------------
  19. | Define file types and run type for non-rom apps (sprites included in !Sprites)
  20.  
  21. Set File$Type_690 Clear
  22. Set File$Type_695 GIF
  23. Set File$Type_FF0 Tiff
  24. Set File$Type_B9F FLI
  25. Set File$Type_C2A Iota
  26. Set File$Type_D6A Projector
  27. Set File$Type_BF8 MPEG
  28. Set File$Type_10B DSymph
  29. Set File$Type_FD4 MIDI
  30. Set File$Type_FB1 WAV
  31. Set File$Type_DFE CSV
  32. Set File$Type_FAF HTML
  33.  
  34. | ------------------------------------------------------------------------
  35.  
  36. WimpSlot -min 164K
  37. WimpSlot -min 160K -max 160K
  38.  
  39. | Must launch like this
  40. Set Alias$RiscDisc3Run /<RiscDisc3$Dir>.!RunImage %*0
  41. RiscDisc3Run
  42.