Originally posted by --Helen--:
<STRONG>In OS 10.1, how do I tell an applescript script to connect to a SMB server?
</STRONG>
I haven't tried this, but I'd guess at something like:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
tell application <font color = red>"Finder.app"</font>
mount "smb:<font color = brown>//username

assword@server/share_name</font>
end tell
</font>[/code]
Since the Finder can talk SMB it should be able to access it directly.
In addition, you should be able to omit the username

assword combo and rely on your keychain to provide the password at the appropriate time.