Makosuke said:
Perhaps an Applescript or terminal expert will chime in with some help.
Well, your response made me dig around a little and I finally found the answer. Here's my script file:
tell application "Finder"
try
mount volume "smb://domain;username : password@ipaddress/shareddirectory"
on error
display dialog "There was an error mounting the server drive." buttons {"Cancel"} default button 1
end try
end tell
There's no space between the username and password, but the forum kept thinking the "colon p" was a smiley.
Compiled and saved as an application. I then dragged the application into my Login Items. Works like a charm! I just got the entry Mac Mini last week and am really enjoying playing with this machine. I've been a Windows user since the early 90's and this is my first jump into the Mac world. I'm loving things so far!