Re: Application event dict error
Re: Application event dict error
- Subject: Re: Application event dict error
- From: Philip Aker <email@hidden>
- Date: Tue, 18 Jun 2002 05:54:25 -0700
On Monday, June 17, 2002, at 09:08 PM, Jon Pugh wrote:
At 7:05 PM -0500 6/17/02, Steven McIntosh wrote:
The problem is: now that I have made the switch to OS X on all
of the work macs in the place, I can't get applescript to send
commands to other machines. Upon trying to check and compile,
I get "Can't get the application's event dictionary."
You need to specify the machine via a URL now, instead of using
the machine's AppleTalk name.
tell application "XTension" of machine "eppc://10.0.1.9/" --
fake ip address
end tell
Of course, it needs to be configured for TCP access for this to
work, and there is no solution for DHCP access at this time
(that I know of).
Question:
Given that a machine's Ethernet serial number is constant, would
there be some way to mount that machine if the SN is known? I
only care about it working on OS X.
p h i l i p @ v c n . b c . c a
h t t p : / / w w w . a k e r . c a /
_______________________________________________
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.