Re: Executing an AppleScript on a networked computer
Re: Executing an AppleScript on a networked computer
- Subject: Re: Executing an AppleScript on a networked computer
- From: Christopher Nebel <email@hidden>
- Date: Sun, 27 Apr 2003 22:03:30 -0400
On Saturday, April 26, 2003, at 10:42 PM, Doug McNutt wrote:
Using SfriptEditor 1.9 on my OS neXt machine - a G4 running 10.2.5
named Earth - I enter:
tell application "Finder" of machine "Jupiter"
open file "Ganymede:CheckAdminMail"
-- CheckAdminMail" is a tested AppleScript saved as an APPL on
Jupiter.
end tell
Pressing check Syntax results in an edited version like this:
tell application "Finder"
open file "Ganymede:CheckAdminMail"
end tell
Obviously that is not what I want to do. ... Does interprocess
communication work at all over an AppleTalk network? Does anyone
actually use it? Is there a problem with OS neXt talking to Classic?
As a matter of fact, no, it doesn't work. EPPC over AppleTalk has
never been and will never be supported in Mac OS X. EPPC over IP works
fine talking to Mac OS X, Mac OS 9, and Classic, but you must supply
the proper machine URL.
The "editing" is actually a bug that strips any machine name that
doesn't look like a valid machine URL, that is, one that starts with
"
http://" or "eppc://".
--Chris Nebel
Apple Development Tools
_______________________________________________
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.