Re: Can't Quit My Script ?
Re: Can't Quit My Script ?
- Subject: Re: Can't Quit My Script ?
- From: harv <email@hidden>
- Date: Fri, 26 Mar 2004 23:04:59 -0800
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.