Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

detect application running

how can i do a script which does one thing if it finds one application running, and does another thing if it finds the same application not running?

thanks!

Posted on Apr 24, 2012 8:44 AM

Reply
Question marked as Best reply

Posted on Apr 24, 2012 8:47 AM

if application "some app" is running then


-- do something

else


-- do something else

end if

3 replies

detect application running

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.