Display dialog to a remote machine via EPPC
Display dialog to a remote machine via EPPC
- Subject: Display dialog to a remote machine via EPPC
- From: John <email@hidden>
- Date: Tue, 17 Jul 2012 01:59:32 -0400
How can I send a display dialog to a remote machine via EPPC?
tell application "System Events" of machine "eppc://user:password@host"
display dialog "hi"
end tell
--> error "Finder got an error: A privilege violation occurred." number -10004
tell application "Finder" of machine "eppc://user:password@host" -- output of first script
display dialog "hi"
end tell
-->
http://i.stack.imgur.com/EVWNS.png
I believe
Scripting Addition Security in the release notes discusses the issue but I have not been able to resolve it yet.
https://developer.apple.com/library/mac/#releasenotes/AppleScript/RN-AppleScript/RN-10_6/RN-10_6.html
Although I have already received several helpful answers which lead
me to believe that it can't be done this way, I would appreciate any additional
insights.
_______________________________________________
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