• 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: appletalk and tcpip
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: appletalk and tcpip


  • Subject: Re: appletalk and tcpip
  • From: David Durkee <email@hidden>
  • Date: Mon, 18 Aug 2003 13:38:43 -0500

Here's code that works, albeit for Mac OS X server and OS X file sharing. You would have to replace the IP address (192.168.1.3 in the example), share point name (Public), user name, and password, of course.

tell application "Finder"
if (exists disk "Public") is false then
try
mount volume "afp://192.168.1.3/Public" as user name "ddurkee" with password "********"
end try
end if
end tell

David

On Monday, August 18, 2003, at 01:10 PM, david wrote:

Presently I am making connections to servers by opening alias' of previously
mounted volumes. Servers are NT3s, NT4, and Win2000--clients are OSX.

Is it possible to force a network connection either tcp/ip or appletalk from
an applescript? If so, how?
--
David
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.


--
David Durkee
email@hidden
<http://ddurkee.homeip.net/>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: appletalk and tcpip
      • From: Joshua See <email@hidden>
    • appletalk and tcpip
      • From: david <email@hidden>
References: 
 >appletalk and tcpip (From: david <email@hidden>)

  • Prev by Date: Re: Netscape email scripting
  • Next by Date: Re: FileMaker "Get remote URL" - avoiding dialog
  • Previous by thread: appletalk and tcpip
  • Next by thread: appletalk and tcpip
  • Index(es):
    • Date
    • Thread