Re: relaunch Finder...
Re: relaunch Finder...
- Subject: Re: relaunch Finder...
- From: Robert Fischer <email@hidden>
- Date: Sun, 6 Oct 2002 11:44:50 +0200
On Freitag, Okt 4, 2002, at 19:14 Europe/Berlin, Guillaume Rager wrote:
Hi list,
just want to know how to relaunch Finder via shell !!!
With a little help of AppleScript:
osascript -e 'tell application "Finder"' -e 'quit' -e 'end tell'; open
-a Finder
Don't try 'restart' instead of 'quit'. This will not restart Finder but
the computer!
Cheers,
Robert
--
--- - .-. -- --
--- / \ ---- tin-b Software
.-. / \ --- .-. __o .-. (i)
/ \ / \ / \ _`\<,_ / \ Robert Fischer
/ \ / \ / \ (*)/ (*) / `---------------
/ `---' `-' `-----------'
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.