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 / 00055.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  512 b   |  9 lines

  1. on mouseUp me
  2.   if the machinetype = 256 then
  3.     alert "After extracting the files to your hard drive copy the CM101.dll to your VST plugins directory. You may place the CM101.fxb example patches anywhere"
  4.     open the moviepath&"Software\Full\Winsoft\CM-101\Cm-101.exe"
  5.   else
  6.     alert "After extracting the files to your hard drive copy the files CM101 to your VST plugins directory. You may place the CM101.fxb example patches anywhere"
  7.     open the moviepath&"Software:Full:Macsoft:CM-101.sea"
  8.   end if
  9. end