Re: Remote control
Re: Remote control
- Subject: Re: Remote control
- From: "Thomas C." <email@hidden>
- Date: Thu, 15 May 2003 20:04:15 +0200
Thanks for your examples, that's great. The two Macs I was talking
about are still running Mac OS 9.2.2 (because we're using Photoshop),
is this a special feature of Mac OS X or is this also available for Mac
OS 9 ?
Thanks Thomas
Deivy Petrescu wrote :
>
>
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.