Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An alternative method to relaunch the Finder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An alternative method to relaunch the Finder
Authored by: Danro on Jan 12, '07 10:39:05AM
How about using osascript from the terminal? You could even make a nice little shell script out of this:

osascript -e 'tell app "Finder" to quit'
wait
osascript -e 'tell app "Finder" to run'
-Danro

[ Reply to This | # ]