OK It may sound like a crap for old mac users but I'm new in mac world. I want to start/close menuet with itunes autoamticaly. Is there an applescript that allow this?
Help - Applescript that starts/stops 2 Apps
This might be better, I believe:
tell application "System Events"
if exists process "iTunes" then
tell application "iTunes" to quit
else
tell application "iTunes" to launch
end if
if exists process "Menuet" then
tell application "Menuet" to quit
else
tell application "Menuet" to launch
end if
end tell
This script checks whether those apps are running and launches/quits them appropriately.
Thx Guys works fine!
That would be DOS, I think.
Aqua-Soft Forums