Re: right click menu
Re: right click menu
- Subject: Re: right click menu
- From: Chris Page <email@hidden>
- Date: Mon, 18 Jan 2010 20:58:10 -0800
On Jan 17, 2010, at 6:27 PM, Jarrod Coffin wrote: do shell script "killall Finder"
This is a lot of overhead (it creates and initializes a shell process, which then creates a killall process). Try just telling Finder to quit, directly from AppleScript:
quit application "Finder"
And, to make it robust, identify Finder by ID instead of by name:
quit application id "com.apple.Finder"
-- Chris Page
The other, other AppleScript Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden