Hi all,
Is it possible to launch an instance of iTunes with out launching its main window?
thanks
Hi all,
Is it possible to launch an instance of iTunes with out launching its main window?
thanks
perhaps something like
tell application "iTunes"
activate
set visible of window 1 to false
end tell
Thanks for your reply,
I have tried the same already. The problem with this is that, the main window gets launched and then it disappears. I can still see the main window for a sec or so.
Intention is that I want to launch about box of iTunes without the main window. When I run the script only the About Box window of iTunes should appear and not the main window.
Is it possible to do ?
Hi,
in Leopard and higher this should do it
launch application "iTunes"