contacting OS9 G3 from OSX with Choose URL
contacting OS9 G3 from OSX with Choose URL
- Subject: contacting OS9 G3 from OSX with Choose URL
- From: doug rogers <email@hidden>
- Date: Mon, 27 Dec 2004 17:47:36 -0500
the script:
set u to (choose URL) --showing Remote applications)
set L to characters 7 thru -1 of u
set u to "eppc://MyName:MyPassw@" & (L as string)
with timeout of 100000 seconds
tell application "Finder" of machine u
using terms from application "Finder"
--get name of disk 1 --> timeout
path to apple menu
end using terms from
end tell
end timeout
The result:
tell current application
choose URL
"afp://10.0.1.56/"
end tell
tell application "Finder" of machine "eppc://10.0.1.56"
path to apple menu
"Finder got an error: Could not establish connection to host"
Uhm... what is the problem?
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