Re: Sending parameters to a remote applescript
Re: Sending parameters to a remote applescript
- Subject: Re: Sending parameters to a remote applescript
- From: Andy Wylie <email@hidden>
- Date: Tue, 31 Dec 2002 10:46:38 +1300
on Mon, 30 Dec 2002 15:32:34 -0600 Jerry Podhajsky wrote:
>
3 - the results works fine - however it ends up beeping on my local
>
machine - and I was wondering how you could make the remote machine
>
actually
>
beep instead of my local machine?
>
-----------------------------
>
I don't have my code in front of me, but I called the remote script
>
using a network address of eppc://192.168.2.8/beeper (or something like
>
that...I got this through searching the web trying to find a solution to
>
this issue).
>
>
If I remember tonight, I'll post the entire calling script to the list.
>
Its just a few lines.
try...
run script alias "eppc://192.168.2.8/beeper" with parameters {3}
--beeper
on run (x)
beep x
end
_____________________________ Andy
_______________________________________________
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.