hi2all
is there a way to
how to add search from external ???
what i mean is:
i have a .vbs that returns the CurrentStreamTitle from iTunes-Radio while playing
Code:
Set iTunes = CreateObject("iTunes.Application")
wscript.echo "CurrentStreamTitle : " & iTunes.CurrentStreamTitle
now i like to send the CurrentStreamTitle for example "Gregg Karukas - Isabella" to LimeWire for searching when i start the vbs
THX for a great programm
and any tip to make it better and better