Re: Relaunch Finder X
Re: Relaunch Finder X
- Subject: Re: Relaunch Finder X
- From: Christopher Nebel <email@hidden>
- Date: Wed, 14 May 2003 16:41:35 -0700
On Wednesday, May 14, 2003, at 02:07 PM, Alatorre, Michael wrote:
Is there a way to quit *and* relaunch the Finder using AppleScript in
OS
X? I can quit the Finder using AS, but resort to clicking on the
Finder
icon in the Dock to relaunch it.
Answered my own question:
do shell script "open -a Finder"
Alternatively,
tell application "Finder" to launch
'tell application "Finder" to run' also causes the Finder to launch,
but also gives you an error that it "can't continue run." That seems
like a bug.
--Chris Nebel
Apple Development Tools
_______________________________________________
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.