Re: program linking between X and 9
Re: program linking between X and 9
- Subject: Re: program linking between X and 9
- From: Rob Jorgensen <email@hidden>
- Date: Wed, 11 Jun 2003 12:56:56 -0400
At 8:17 AM -0700 6/11/03, Jon Pugh wrote:
At 4:32 AM -0700 6/11/03, matt neuburg wrote:
But I cannot, from a Mac OS X machine, give commands to the Finder of a
remote machine doing Program Linking in 9.
It is my belief that this is intentionally unsupported.
I too had given up on controlling my OS 9 box from OS X. This works
for me (thanks to JJ), going from OS X 10.2.6 to OS 9.1 via local
network. While the Finder is generally available, don't forget that
the target app must be running to receive events from remote machines.
using terms from application "Finder"
tell application "Finder" of machine
"eppc://user:email@hidden"
activate
display dialog "It works for me."
end tell
end using terms from
Note: I have an application in my extensions folder named "ShareWay
IP Personal Bgnd" that might be required. According to the
description given by Conflict Catcher, it lets file sharing clients
connect over TCP/IP. I don't know if it has any bearing on program
linking.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.