Remote Apple Events
Remote Apple Events
- Subject: Remote Apple Events
- From: Luca Nalin <email@hidden>
- Date: Tue, 13 Jul 2004 17:17:48 +0200
A friend of mine is trying to use AppleScript on OS X 10.3 to control a
Mac running OS 9.1. Nothing seems to work, not even a script this
simple:
property address7600 : "eppc://192.168.1.16"
using terms from application "Finder"
tell application "Finder" of machine address7600
name of startup disk
end tell
end using terms from
AS asks for the user name and password, then spins for several minutes,
and finally times out without accomplishing anything. PPC and PPC over
IP are enabled on the Mac OS 9 computer, and the user name and password
are correct. The user is allowed PPC access. Remote Apple Events are
disabled on the OS X computer. Enabling them, including support for OS
9, made no difference. The two computers are on an Ethernet LAN and can
connect to each other just fine using AFP.
How do I make this work?
Thanks, Luca Nalin.
_______________________________________________
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.