If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Originally posted by l008com:
<STRONG>Is there a way to check if an app is open in AppleScript without make the app open? Using the Finder somehow maybe?</STRONG>
set itsThere to false tell application "Finder" to if ((name of every process) as list) contains "Internet Explorer" then set itsThere to true
itsThere
Assuming OS X has finally added the process class.