Re: Lookup if an application...
Re: Lookup if an application...
- Subject: Re: Lookup if an application...
- From: John Delacour <email@hidden>
- Date: Thu, 19 Sep 2002 18:51:31 +0100
At 3:48 pm +0200 19/9/02, Bjorn Van Blanckenberg wrote:
I still quits the finder
>
set prox to {}
tell app "Finder"
try
set prox to name of processes whose creator type contains "XPR"
end
end
repeat with i in prox
tell app i to quit
> end
If the Finder is quitting with that, then you need to repair you
disk, because there is no way this script could cause a healthy
system to quit the Finder.
Of course, if you modified the script and put things back inside a
Finder tell block, then that's your lookout.
JD
_______________________________________________
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.