Re: Sending parameters to a remote applescript
Re: Sending parameters to a remote applescript
- Subject: Re: Sending parameters to a remote applescript
- From: "Domains4Days.com" <email@hidden>
- Date: Sun, 29 Dec 2002 10:03:16 -0800
Nice idea Jerry,
1- ...so I was trying out your idea - so I created a one line AppleScript -
called "test1APP" - saved as an application that said just - beep - and
placed it on the remote machine.
2- then on the local machine - I can triggered the remote AppleScript like
this:
tell application "Finder"
activate
open alias "remotedisk:test1APP"
end tell
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?
- any ideas?
On 12-29-02 09-35 AM, "Jerry Podhajsky" <email@hidden> wrote:
>
I've figured out how to sucessfully run an applescript on a remote
>
machine on my home network from an applescript residing on another
>
machine on the network Currently, I run the local script, it calls the
>
remote script and the remote script does its thing -- currently just
>
emitting a beep. From the applescript on my local machine, I'd like to
>
pass a parameter to the remote machine, so that, for example, the remote
>
script would beep x number of times. Doable?
--
RevDave
email@hidden
Check out some great Domain Names at:
http://www.domains4days.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.