Sending parameters to a remote applescript
Sending parameters to a remote applescript
- Subject: Sending parameters to a remote applescript
- From: "Jerry Podhajsky" <email@hidden>
- Date: Sun, 29 Dec 2002 11:35:29 -0600
- Thread-topic: Sending parameters to a remote applescript
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?
This may be a different issue, but ultimately, I'd also like to be able
to trigger a script, either on the local machine or the remote machine,
with a link on a local web page (without running a web server on the
network). For example, say I've got a web page whose source is
file:///remoteDisk/myfile.html. This page contains a link that says
"Click to run script on remote server". Is it possible to make that
html link somehow trigger either the remote script directly, or a local
script that then tells the remote script to do its thing?
I'm sure this is entirely doable with a web server through a cgi script.
Wondering if its possible without the web server. Hope this makes
sense. Thanks a lot!
_______________________________________________
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.