• 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
Re: Remote control
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remote control


  • Subject: Re: Remote control
  • From: Deivy Petrescu <email@hidden>
  • Date: Thu, 15 May 2003 13:56:14 -0400

On Thursday, May 15, 2003, at 12:18 US/Eastern, Thomas C. wrote:

> What kind of address must be entered in the third step ? Can I find
> examples somewhere for this ?
>
> Thanks Thomas

Provided you do what Brian told you, you should be able to connect.
Should!
Here is an example of a script that should activate the Terminal.app
in a second machine, whose ip is 192.168.1.100, and then run a "ls"
command in that Terminal.app:

tell application "Finder" of machine "eppc://192.168.1.100"
using terms from application "Terminal"
tell application "Terminal" to activate (do script "ls" in window 1)
end using terms from
end tell


This script was working up to few days ago. I believe that after
upgrading to 10.2.6, something broke it.
--> "can't get app's event dict"
None of my previously working "remote" scripts are working.
Whether this is me or AS I can not tell.
If anybody is experiencing the same problem, please let me know.
Thanks

By the way, services for Grab is shown for the first time in X.


Regards

Deivy Petrescu
http://www.dicas.com/
_______________________________________________
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.

  • Follow-Ups:
    • Re: Remote control
      • From: "Thomas C." <email@hidden>
References: 
 >Re: Remote control (From: "Thomas C." <email@hidden>)

  • Prev by Date: Minimize every window
  • Next by Date: Re: Remote control
  • Previous by thread: Re: Remote control
  • Next by thread: Re: Remote control
  • Index(es):
    • Date
    • Thread