ignoring application response on OSX
ignoring application response on OSX
- Subject: ignoring application response on OSX
- From: ralf <email@hidden>
- Date: Wed, 12 Jun 2002 21:53:45 +0200
Hi,
I want the Finder to copy/move some files to a new location
But i want it to handle all ev. occuring errors by itself ( if a destination
file exists,it should ask the user the question..etc)
And i want no response. He should do it in the background.
With applescript in OX 9 and
ignoring application response
tell application "Finder"
duplicate alias source to alias destination
end tell
end ignoring
it worked exactly like this.
But in OSX it does not!
Do anyone know if this is a bug or if any parameter set within the script
would do, what i want?
Cheers,
Ralf
_______________________________________________
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.