Re: appletalk and tcpip
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.