View Single Post
  #1 (permalink)  
Old January 8th, 2006
newi newi is offline
Novicius
 
Join Date: January 7th, 2006
Posts: 3
newi is flying high
Question ‹(•¿•)› (¯`'·.¸*¨¨*: how to add search from external :*¨¨*:·¸.·'´¯) ‹(•¿•)›

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
Reply With Quote