Re: Making Terminal quit
Re: Making Terminal quit
- Subject: Re: Making Terminal quit
- From: David Glass <email@hidden>
- Date: Wed, 20 Nov 2002 11:45:05 -0800
On 11/20/02 9:56, "Doug McNutt" <email@hidden> wrote:
>
'tell application "Terminal" to quit. right away without delay or other
>
shenanigans' won't compile.
I would guess that you are kidding with this line, but given that you
haven't stopped with the "OS neXt" garbage I'm not sure.
The dictionary for Terminal shows a 'quit' command. Surprising no one,
except maybe you, it doesn't have a 'without other shenanigans' argument so
it makes complete sense that your code would not compile.
tell application "Terminal" to quit
Worked for me. As did:
tell application "Terminal"
quit
end tell
--
David Glass
email@hidden
_______________________________________________
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.