RE: Run script over IP
RE: Run script over IP
- Subject: RE: Run script over IP
- From: Ron Bishop <email@hidden>
- Date: Thu, 18 Jan 2001 13:12:04 -0600
Chris-
I know you're going over IP, but here's the set up I used to start a script
on a machine via AppleTalk (we're using dynamic IP addresses). I had the
Finder select the script and open it. Maybe that approach would work for
you.
tell application "Finder" of machine "Misty Taylor Computer" of zone
"Default Zone"
select file "Finished Archiving v1" of folder "AppleScripts" of
folder "Apple Menu Items" of folder "System Folder" of startup disk
open selection
end tell
Good Luck - I'm no expert,
Ron Bishop
>
----------
>
From: Chris Kempton
>
Sent: Thursday, January 18, 2001 12:02 PM
>
To: email@hidden
>
Subject: Run script over IP
>
>
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
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users