Remote Desktop copy to me task
Remote Desktop copy to me task
- Subject: Remote Desktop copy to me task
- From: "Vladimir Sokolov" <email@hidden>
- Date: Thu, 27 Nov 2008 10:20:07 +0100
Hello,
in the script:
tell application "Remote Desktop"
set theList to computer list "test"
set theTask make new copy to me task with properties {copy items:{"/Users/xxx/Desktop/folder/"}, location: current users desktop folder, conflict resulution:replace}
set result to execute theTask on theList
end tell
It works and I can copy the whole folder, is there any way to copy just specific file from that folder using wildcards,
like: {copy items:{"/Users/xxx/Desktop/folder/*.txt"}, when I set that ARD hangs.
Thanks,
Vlad
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden