home *** CD-ROM | disk | FTP | other *** search
/ Woodland Treasury / Woodland_Treasury.iso / support / _arplayer / _boot next >
Text File  |  1994-04-26  |  380b  |  13 lines

  1. | ARPlayer:!Boot
  2. | © Uniqueway Ltd, 1994
  3. | © Acorn Computers Ltd, 1994
  4.  
  5. | Set Dir and Path so that other apps can run us
  6. If "<ARPlayer$Dir>" = "" Then Set ARPlayer$Dir <Obey$Dir>
  7. If "<ARPlayer$Path>" = "" Then SetMacro ARPlayer$Path <ARPlayer$Dir>.
  8.  
  9. IconSprites ARPlayer:!Sprites
  10.  
  11. | On old machines run the saved ARMovie state
  12. If "<Choices$Write>" = "" Then Run <Obey$Dir>.!State
  13.