Re: Latest Language Guide for AppleScript OSX?
Re: Latest Language Guide for AppleScript OSX?
- Subject: Re: Latest Language Guide for AppleScript OSX?
- From: Emmanuel <email@hidden>
- Date: Wed, 12 Nov 2003 14:24:55 +0100
At 8:11 AM -0500 12/11/03, Ed Yost wrote:
>
Hi all,
>
>
I am trying to locate a copy of the latest language guide for AppleScript OSX. The one I have on hand is for version 1.3.7. Can anyone point me to one for AppleScript 1.9.2? I am mainly interesting in the language to control remote machines across from my network and am unsure of the syntax.
I think the thing for 1.3.7 remains the main corpus, and you have an additional document regarding OSX.
What you need, I think, is:
------------------------------
tell application "Smile" of machine "eppc://satimage:[pass]@[rendezvous name]"
tell application "Smile" of machine "eppc://satimage:[pass]@10.0.1.47"
tell application "Smile" of machine "eppc://10.0.1.47"
------------------------------
I think it works with other apps, too, but I would not try [1].
Emmanuel
[1] Kidding.
_______________________________________________
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.