Remote AppleEvents to older OS
Remote AppleEvents to older OS
- Subject: Remote AppleEvents to older OS
- From: doug rogers <email@hidden>
- Date: Wed, 22 Dec 2004 11:41:32 -0500
choose URL showing Remote applications -- quadra on OS8 isn't in list
tell application "Aloyisious:Applications (Mac OS
9):HyperCard:HyperCard" to beep
-- -- launches classic and beeps
tell application "Kitchen Mac:HyperCard:HyperCard" to beep
-- --Applescript error application isn't running
tell application "HyperCard" of machine "quadra 700" to beep
-- -- syntax error remote access isn't allowed
tell application "HyperCard" of machine "Kitchen Mac" to beep
---- syntax error remote access isn't allowed
from xCode applescript documentation:
eppc://[user[:password]@host/Application Name[?[uid=#]&[pid=#]
What is a uid? a pid? Do I need to know?
tell application "Hypercard" of machine "eppc://MyName:MyPass@Kitchen
Mac/" to beep
---- syntax error remote access isn't allowed
tell application "Hypercard" of machine "eppc://MyName:MyPass@quadra
700/" to beep
---- syntax error remote access isn't allowed
tell application "Hypercard" of machine "afp:/at/quadra 700:*" to beep
-- -- syntax error remote access isn't allowed
tell application"HyperCard" of machine "eppc:/quadra 700" to beep
--what else.--> -- syntax error remote access isn't allowed
tell application"HyperCard" of machine "eppc:/quadra 700:*" to beep
--what else.--> -- syntax error remote access isn't allowed
--tell application "Finder" of machine "eppc://MyName:MyPass@Kitchen
Mac.local"
-->last quote selected, remote access is not allowed
tell application "Finder" of machine "eppc://MyName:MyPass@quadra
700.local"
-->last quote selected, remote access is not allowed
Q) do I need Remote Access on that machine? Not running on other macs
which do show up, or is it that the quadra doesn't have an IP address?
A) I set up some numbers in the TCP/IP control panel. Hasn't made a
difference, but it doesn't mean I've done it correctly...
just what wall am i banging my head against? :-)
There is a crack in everything. That's how the light gets in.
__________<http://home.golden.net/~samu>__________
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden