home *** CD-ROM | disk | FTP | other *** search
/ ArtWorks ClipArt 2 / Artworks_AWCD-2.iso / demos / audioworks / _audiodemo / _boot next >
Text File  |  1994-03-20  |  786b  |  22 lines

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