Re: No way to tell if an application is running without
Re: No way to tell if an application is running without
- Subject: Re: No way to tell if an application is running without
- From: J Charles Ferrari <email@hidden>
- Date: Tue, 5 Oct 2004 16:19:36 -0700
On Oct 5, 2004, at 2:40 PM, Eric Geoffroy wrote:
Howzabout a do shell script:
do shell script "ps -aux | grep FileMaker\\ Pro.app | grep -v grep"
This would not cause FMP to activate.
To kill it if it's running-
do shell script "killall \"FileMaker Pro\""
You really do not want to do that. It could result in the loss of all databases that where open when you killed FileMaker.
The System Events way is probably the best.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden