Re: program linking Port error
Re: program linking Port error
- Subject: Re: program linking Port error
- From: Jon Pugh <email@hidden>
- Date: Tue, 10 Sep 2002 14:14:13 -0700
At 10:21 AM -0400 9/10/02, Paul Skinner wrote:
>
tell application "Finder" of machine "eppc://paul:email@hidden"
>
beep
>
end tell
>
>
works for me here 10.2 talking to an OS 9.22 box.
And I've got this working between two 10.2 boxes with Rendezvous addressing, like so:
tell app "Finder" of machine "eppc://MachineName.local"
beep
end
Way cool, as this avoids the whole DHCP "What's my IP address?" issue.
Jon
_______________________________________________
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.