home *** CD-ROM | disk | FTP | other *** search
/ Computer Music 2001 Autumn / CM039-Computer_Music-Autumn-01 / CM039-Computer_Music-Autumn-01.iso / pc / software.cst / 00064.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  220 b   |  9 lines

  1. on mouseUp me
  2.   if the machinetype = 256 then
  3.     open the moviepath & "Software\Full\Winsoft\DSound Auto Wah\SETUP.EXE"
  4.   else
  5.     open the moviepath & "Software:Full:Macsoft:DSound Auto Wah:DSAW1install"
  6.   end if
  7. end
  8.  
  9.