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


Click here to return to the 'use AppleScript, too' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
use AppleScript, too
Authored by: Krioni on Oct 22, '02 04:19:22PM

Hey all.

I just use AppleScript, if I want to quit things:

tell application "Dock" to quit -- in Script Editor, etc

Or, from the command line:

osascript -e 'tell application "Dock" to quit'

That will do it, too, and no worries about killing something incorrectly.



[ Reply to This | # ]