Run script over IP
Run script over IP
- Subject: Run script over IP
- From: Chris Kempton <email@hidden>
- Date: Thu, 18 Jan 2001 13:02:07 -0500
I'd like to execute a compiled script on a remote machine using Program
Linking over IP. I've built a script that tells the Remote Finder to do the
following:
using terms from application "Finder"
tell remote_Finder
with timeout of 600 seconds
run script file "Macintosh HD:Desktop Folder:Upload.script"
end timeout
end tell
end using terms from
but I get the following error: Finder got an error: file "Macintosh HD:
Desktop Folder:Upload.script" doesn't understand the run script message.
This error does not occur when I tell the local finder to run the script.
Any ideas?
--
Chris