Re: Program Linking in OS X
Re: Program Linking in OS X
- Subject: Re: Program Linking in OS X
- From: Olivier <email@hidden>
- Date: Wed, 30 Oct 2002 11:48:04 -0600
I use this code successfully in 10.2.1
using terms from application "Finder"
tell application "Finder" of machine "eppc://Vence"
beep
end tell
end using terms from
olivier
On Wednesday, October 30, 2002, at 09:59 AM, Steve Savery wrote:
>
Am I wrong, or does Mac OS X 10.2.1 not support Program Linking via
>
AppleScript?
>
>
When I write:
>
>
tell app "Finder" of machine "Scanning Mac"
>
display dialog "Hi"
>
end tell
>
>
After checking the syntax it is cropped to read:
>
>
tell application "Finder"
>
display dialog "Hi"
>
end tell
>
>
What happened to my code for talking to the 'Scanning Mac'?
>
>
Anyone?
>
>
Steve
>
>
OS X 10.2.1
>
SE 1.9
>
AS 1.9
>
_______________________________________________
>
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.
_______________________________________________
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.