• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Display dialog to a remote machine via EPPC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Display dialog to a remote machine via EPPC
      • From: Jon Pugh <email@hidden>
  • Prev by Date: Alter those 3 line .srt files!
  • Next by Date: [ANN] Macs in Chemistry Applescripts Updated
  • Previous by thread: Alter those 3 line .srt files!
  • Next by thread: Re: Display dialog to a remote machine via EPPC
  • Index(es):
    • Date
    • Thread