Re: Is there a way to make the finder timeout faster?
Re: Is there a way to make the finder timeout faster?
- Subject: Re: Is there a way to make the finder timeout faster?
- From: Paul Skinner <email@hidden>
- Date: Fri, 26 Jan 2001 17:53:02 -0500
This will cause the script to continue after sending the 'quit' command
without waiting to find out what the result is.
ignoring application responses
tell application "your AppHere"
quit
end tell
end ignoring
--
Paul Skinner
>
From: Tod Hallberg <email@hidden>
>
Organization: Monical Pizza Corporation
>
Date: Fri, 26 Jan 2001 14:59:36 -0500
>
To: email@hidden
>
Subject: Is there a way to make the finder timeout faster?
>
>
I am sending a quit command to a non-scriptable app. The app quits
>
every time, but it doesn't tell the script that it has quit. Is ther a
>
way to make a shorter timeout.
>
>
I currently have it in a try statement, but this makes no
>
difference....it still waits for the finder to timeout and then
>
contrinues with the script
>
>
>
thanx
>
>
tod
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users