RE: mounting volumes using TCP/IP
RE: mounting volumes using TCP/IP
- Subject: RE: mounting volumes using TCP/IP
- From: <email@hidden>
- Date: Thu, 25 Oct 2001 09:33:46 -0500
If the volume is an afp volume via TCP/IP use-
OS 9
Tell application "Finder"
mount volume "afp://username:email@hidden/shared_volume"
-- it may be "afp://at/username....
end tell
OS X 10.1
If the volume is a Windows volume shared via smb/cifs
Tell application "Finder"
open location "smb:// domain;username:password@server/shared_volume"
end tell
If you're in an NT domain don't forget the domain name then a semi-colon
then username...I couldn't figure it out-then someone named Iwan taught me
that tidbit on the OS X AppleScript Discussion Area.
Hope that helps,
Ron Bishop
-----Original Message-----