• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Run script over IP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: RE: launching Script Editor files launches associated application s
  • Next by Date: Re: launching Script Editor files launches associated applications
  • Previous by thread: Run script over IP
  • Next by thread: Re: Problems with Network Setup Scripting
  • Index(es):
    • Date
    • Thread