Can't make remote AppleEvents work
Can't make remote AppleEvents work
- Subject: Can't make remote AppleEvents work
- From: Ken Tozier <email@hidden>
- Date: Tue, 15 Jun 2004 22:30:22 -0400
I wrote a couple of test scripts, a "server" and a "client" and am
having no luck with the "eppc://<machine-name>" AppleScript call
Server script is a "run and stay open" script on mac running OS 10.3.4
with "remote apple events" and "allow events from mac os 9" both
checked:
Server script:
on ListDesktopFiles()
return list folder (path to desktop)
end
Client script:
tell application "server script" of machine "eppc://<machine name>"
set x to ListDesktopFiles()
end tell
I have no problem logging in to the server mac but AppleScript seems to
choke after the login returning "no script found" (or something to that
effect )
Could this be something the network guys have set prohibiting
inter-maching communication?
Thanks for any insights
Ken
_______________________________________________
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.