• 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
contacting OS9 G3 from OSX with Choose URL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: contacting OS9 G3 from OSX with Choose URL
      • From: Andrew Oliver <email@hidden>
  • Prev by Date: Re: Hiding an application (again)
  • Next by Date: Re: contacting OS9 G3 from OSX with Choose URL
  • Previous by thread: Re: Hiding an application (again)
  • Next by thread: Re: contacting OS9 G3 from OSX with Choose URL
  • Index(es):
    • Date
    • Thread