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 / 00067.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  499 b   |  10 lines

  1. on mouseUp
  2.   if the machinetype = 256 then
  3.     alert "After extracting the folder to your hard drive, copy the files 'Tau.dll' & 'mdrive.dll' from the folder to your VST Plugins directory."
  4.     open the moviepath &"software\Library\Winsoft\Library\Tau\tau.exe" 
  5.   else
  6.     alert "After extracting the folder to your hard drive, copy the files 'Muon Tau' & 'Muon M-Drive' from the folder to your VST Plugins directory."
  7.     open the moviepath &"software:Library:Macsoft:Muon Atom.sea"
  8.   end if
  9.   
  10. end