Re: Tell Launcher to quit
Re: Tell Launcher to quit
- Subject: Re: Tell Launcher to quit
- From: Nigel Garvey <email@hidden>
- Date: Tue, 26 Dec 2000 13:49:54 +0000
Dale Gillard wrote on Tue, 26 Dec 2000 13:26:51 +1100:
>
What's scary is that if I run the following script:
>
>
--tell application "Finder"
>
-- tell process "Launcher" to quit
>
--end tell
>
>
then the Finder closes!!!
Yes, it's never a good idea to use the word 'quit' inside a Finder tell
block. Get the name of a process (if you don't already know it), then -
outside the block - tell the *application* of that name to quit.
NG