Re: Program Linking via IP (Was: Why doesn't this work?)
Re: Program Linking via IP (Was: Why doesn't this work?)
- Subject: Re: Program Linking via IP (Was: Why doesn't this work?)
- From: David Blache <email@hidden>
- Date: Thu, 08 Feb 2001 16:34:52 -0600
on 2/8/2001 4:18 PM, Phi Sanders (email@hidden) wrote:
>
This works for me:
>
>
set remoteApp to application "Finder" of machine "eppc://
>
<dotted.quad.ip.address>"
>
using terms from application "Finder"
>
tell remoteApp
>
beep
>
end tell
>
end using terms from
That results in the following error for me (with the beep command
highlighted):
An error of type -916 has occurred.
I'm running Mac OS 9.1, and the machine to which I am trying to link is
inside of my network (local IP 10.1.5.xxx).
-David