talking to remote applications
talking to remote applications
- Subject: talking to remote applications
- From: doug rogers <email@hidden>
- Date: Fri, 24 Dec 2004 23:02:20 -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)
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
from the result log after ten minutes
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
current application
"Finder got an error: AppleEvent timed out."
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