Scripting problem
Scripting problem
- Subject: Scripting problem
- From: Andrew <email@hidden>
- Date: Wed, 24 Sep 2003 14:40:11 -0400
Can anyone shed some light on why
tell application "finder" of machine "eppc://myLogin:email@hidden"
return the name of startup disk
end tell
works on in script editor in MacOS X but fails in macOS 9 with an error
-916?
meanwhile
tell application "finder" of machine "eppc://10.10.10.10"
return the name of startup disk
end tell
works fine on both.. Althought pops up a logins dialog which is not what we
want.
(we're trying to connect to a MacOS X 10.2 machine just by the way)
any help would be much appreciated...
_______________________________________________
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.