Re: Sending a message via Program Linking
Re: Sending a message via Program Linking
- Subject: Re: Sending a message via Program Linking
- From: "Geoff Graham" <email@hidden>
- Date: Tue, 5 Dec 2000 10:05:58 -0600
At 10:05 PM -0800 12/4/00, email@hidden wrote:
>
set remote_Finder to application "Finder" of machine "eppc://192.168.1.1"
>
>
tell remote_Finder
>
ignoring application responses
>
display dialog "this is my message"
>
end ignoring
>
end tell
>
>
I never had a chance to try it over IP, but it works over AppleTalk. You
>
should be OK with that!
In this example, the application response is "No user interaction allowed." Ignoring it allows the script to run but still doesn't show a dialog on the target machine. But the target machine here looks like an IP address, so maybe it works on system 9?
geoff