Re: Can't make remote AppleEvents work
Re: Can't make remote AppleEvents work
- Subject: Re: Can't make remote AppleEvents work
- From: deivy petrescu <email@hidden>
- Date: Wed, 16 Jun 2004 07:11:03 -0400
On Jun 16, 2004, at 12:01 AM, Ken Tozier wrote:
On Jun 15, 2004, at 11:52 PM, deivy petrescu wrote:
Try this:
tell application "server script" of machine "eppc://<machine name>"
to set x to ListDesktopFiles()
It works here
Were the client and server scripts on different machines? I can get it
to work on just my laptop but across a network, nada.
Ken
yes, two different machines.
It worked locally and remotely.
Actually, initially I thought It would need the full path for the app
"server script" but it does not.
by the way, the script I really run is:
tell application "server script" of machine
"eppc://user:password@<machine name>" to set x to ListDesktopFiles()
Regards
Saudagues
deivy petrescu
http://www.dicas.com/
_______________________________________________
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.