Re: Why doesn't this work?
Re: Why doesn't this work?
- Subject: Re: Why doesn't this work?
- From: David Blache <email@hidden>
- Date: Thu, 08 Feb 2001 15:34:57 -0600
tell application "Finder" of machine "My Machine Name"
say "hehehe"
end tell
...I could have fun with this... :)
-David
on 2/8/2001 2:31 PM, Phi Sanders (email@hidden) wrote:
>
Isn't the protocol eppc:// ??
>
afp:// is for mounting shares I believe.
>
>
~Phi
>
--
>
Phi Sanders
>
>
"And now, back to your regularly scheduled reality."
>
>
>
On 2/8/01, Michelle Steiner {email@hidden} said the following :
>
>
> This one-line script returns a -916 error (port not open):
>
>
>
> tell application "Finder" of machine "afp://postop.org" to beep
>
>
>
> Program linking is turned on in the target machine.
>
>
>
> --Michelle