Re: How to connect to another Mac on the same network?
Re: How to connect to another Mac on the same network?
- Subject: Re: How to connect to another Mac on the same network?
- From: Gnarlodious <email@hidden>
- Date: Tue, 07 Jun 2005 19:43:09 -0600
Entity Allen Rongone spoke thus:
> Does anyone have any idea how to establish a network connection to
> another Mac in AppleScript?
set theUser to "Rachel"
set thePassword to "*****" -- put your password there
set theServer to "Gnarlodious-Cube.local"
set theProtocol to "afp"
set theURL to theProtocol & "://" & theServer & "/" & theUser as string
mount volume theURL as user name theUser with password thePassword
-- Gnarlie
_______________________________________________
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