Re: Can't Quit My Script ?
Re: Can't Quit My Script ?
- Subject: Re: Can't Quit My Script ?
- From: Christopher Aloi <email@hidden>
- Date: Sat, 27 Mar 2004 15:16:58 -0500
Worked like a charm !!
Thanks !
On Mar 27, 2004, at 2:04 AM, harv wrote:
On Sat, 27 Mar 2004, at 00:42:23 -0500, Christopher Aloi wrote:
on quit
-- user quit the script, so close all ssh connections
do shell script "killall ssh"
end quit
----
Everything works fine, I just can't quit the app !! When I choose
quit,
the tunnel closes ( I can watch using top ), but the app does not.
Anyone have any thoughts ??
Try this:
on quit
do shell script "killall ssh"
continue quit
end quit
HTH
harv
_______________________________________________
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.
-------------===---------------
Christopher T. Aloi
http://www.macinstyle.com
_______________________________________________
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.