opening an application using a condition statement to check if another application is open or closed applescript -


this question has answer here:

i've searched around web , on site, can't find answer. want simple test running firefox if textedit open. can open applications not more. ahead of time.

try:

if application "textedit" running activate application "firefox" 

Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -