home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / audioworks / _audiodemo / _boot next >
Encoding:
Text File  |  1993-12-02  |  749 b   |  20 lines

  1. | !Boot file for AudioWorks
  2.  
  3. IconSprites <Obey$Dir>.!Sprites
  4.  
  5. |---------------------------------------------------------------------
  6. | Remove the following lines if you don't want AudioWorks to run when you
  7. | double-click AudioWorks (BD6) or DataVox (108) sample files
  8.  
  9. Set File$Type_BD6 AudioWrk
  10. If "<Alias$@RunType_BD6>" = "" Then Set Alias$@RunType_BD6 Run <Obey$Dir>.!Run %%*0
  11.  
  12. Set File$Type_BD5 Envelope
  13. Set Alias$@RunType_BD5 Run <Obey$Dir>.!Run %%*0
  14.  
  15. Set File$Type_108 DataVox
  16. If "<Alias$@RunType_108>" = "" Then Set Alias$@RunType_108 Run <Obey$Dir>.!Run %%*0
  17.  
  18. |---------------------------------------------------------------------
  19. | Attach your favourite virus here ;-)
  20. | If there is anything below this line, remove it, as it shouldn't be!