This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Events" | |
if (name of processes) contains "iTunes" then | |
set iTunesRunning to true | |
else | |
set iTunesRunning to false | |
end if | |
end tell | |
if iTunesRunning then | |
tell application "iTunes" |