• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Remote AppleEvents to older OS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Remote AppleEvents to older OS
      • From: <email@hidden>
  • Prev by Date: Re: Unicode text and the annoying relic called "styled text"
  • Next by Date: Re: Remote AppleEvents to older OS
  • Previous by thread: A resource wasn't found.
  • Next by thread: Re: Remote AppleEvents to older OS
  • Index(es):
    • Date
    • Thread