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 / 00065.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  244 b   |  8 lines

  1. on mouseUp
  2.   if the machinetype = 256 then
  3.     open the moviepath & "Software\Full\Winsoft\Cubasis Inwired\Setup_Cubasis_InWired.exe"
  4.   else
  5.     open the moviepath & "Macsoft:Full Software:Ohmforce Frohmage:Frohmage101_vst2macos8"
  6.   end if
  7. end
  8.