• 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
Re: How to connect to another Mac on the same network?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How to connect to another Mac on the same network?
      • From: Allen Rongone <email@hidden>
References: 
 >How to connect to another Mac on the same network? (From: Allen Rongone <email@hidden>)

  • Prev by Date: How to connect to another Mac on the same network?
  • Next by Date: Re: How to quit an applet?
  • Previous by thread: How to connect to another Mac on the same network?
  • Next by thread: Re: How to connect to another Mac on the same network?
  • Index(es):
    • Date
    • Thread