• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Testing if another app is running
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing if another app is running


  • Subject: Re: Testing if another app is running
  • From: Paul Berkowitz <email@hidden>
  • Date: Sat, 08 Feb 2003 18:27:45 -0800

On 2/8/03 6:08 PM, "Jeffrey Mattox" <email@hidden> wrote:

> I want to quit another application, as in:
>
> tell application "AnotherApp" to quit
>
> But first I need to determine if the other application is running.
> If it's not, then that line launches it before quitting it.
>
> if ( "AnotherApp" is running ) then -- how to do this?
> tell application "AnotherApp" to quit
> end if

tell application "Finder" to set isRunning to exists process "AnotherApp"
-- or tell app "System Events" in OS X

if is running then tell application "AnotherApp" to quit

--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Testing if another app is running (From: Jeffrey Mattox <email@hidden>)

  • Prev by Date: Testing if another app is running
  • Next by Date: Re: Testing if another app is running
  • Previous by thread: Testing if another app is running
  • Next by thread: Re: Testing if another app is running
  • Index(es):
    • Date
    • Thread