Re: choose url
Re: choose url
- Subject: Re: choose url
- From: doug rogers <email@hidden>
- Date: Thu, 23 Dec 2004 16:04:05 -0500
>At 3:52 PM -0500 22/12/04, doug rogers wrote:
>>okay....
>>
>>tell application "Finder" of machine "eppc://myname:mypassword@Studio G3/"
>> using terms from application "Finder"
>> display dialog "hello!"
>> end using terms from
>>end tell
>>
>>--> syntax error remote access isn't allowed
>
>I think that instead of "Studio G3" you need either the machine's IP
>or its RV name, ending with ".local". Then only you go for the volume.
Emmanuel, you know, I'm not sure what you mean here.
set u to "eppc://MyName:email@hidden:3031"
tell application "Finder" of machine u
using terms from application "Finder"
display dialog "Hello!"
end using terms from
end tell
works to contact the Studio G3 running OS9.2.2 from the iBook on OSx
10.3.5. Quite a delightful surprise.
Assigning an IP address to the Quadra running OS8 in the TCP/IP control
panel of 10.0.1.55 in the same script generates errors.
__> could not establish connection
--> Finder times out
--> Hypercard times out
with these addressing schemes
eppc://MyName/MyPassw@quadra 700/*
eppc://MyName/MyPassw@quadra 700:3031
eppc://MyName/email@hidden:3031
> <http://home.golden.net/~samu> <
> There's a crack in everything. That's how the light gets in. <
_______________________________________________
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