Hmm. Dunno. I guess first thing is to see if iTumes COM object is installed properly. Try the vbs script here:
http://www.runrev.com/developers/tutorials/advanced-controlling-itunes/ --- In [email protected], "quantiworks" <quanticwo...@...> wrote: > > Alan, > > I'm getting this: > > --------------------------- > PowerPro > --------------------------- > ERROR: com.create_object: Can't create object > > Error occurred near line 1 of script iTunes: > local iTunesApp = com.create_object("iTunes.Application") > > Press Cancel to end all running scripts. > > --------------------------- > > > Also, is this the right way to test it? > > local iTunesApp = com.create_object("iTunes.Application") > win.debug(iTunesApp.CurrentTrack.Artist) >
