Remote Apple Event to execute an applescript on another machine with parameters
Remote Apple Event to execute an applescript on another machine with parameters
- Subject: Remote Apple Event to execute an applescript on another machine with parameters
- From: Jim Skibbie <email@hidden>
- Date: Mon, 12 Oct 2009 11:02:43 -0500
- Thread-topic: Remote Apple Event to execute an applescript on another machine with parameters
Title: Remote Apple Event to execute an applescript on another machine with parameters
I have an on run script on a remote machine that needs several parameters
remotescript.scpt
on run (param1, param2, param3)
...
end run
I’m wondering if there is a way to use Remote Apple Events to run this script and pass it parameters.
I can’t seem to find the right syntax to I can do something like:
run script remotescript.scpt with parameters {“1”, “2”, “3”} but on a remote machine.
I’ve seen examples like
tell application "Finder" of machine (get "eppc://user:pwd@1.2.3.4/") to ...
but how do you execute a script that is on the remote machine?
Thanks.
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden