Jump to content
Server Maintenance This Week. ×

AppleEvent Time out -1712


This topic is 8193 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Trying to have FM run a script that copy's a folder off a CD to a volume drive. After about a minute I get an error from AppleScript, that an AppleEvent timed out and the error is -1712.

How do I lengethen the expected time out? I added a wait with 3600 seconds but that didn't do it...

Here is my code...

code:


tell application "Finder"

activate

select every item of container window of folder "LOW" of disk "PO 4026"

with timeout of 3600 seconds

copy selection to folder "LOW" of folder "PROJECT" of disk "Photo Library"

end timeout

end tell

[ November 19, 2001: Message edited by: Ocean West ]

Link to comment
Share on other sites

This topic is 8193 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.