Associate
- Joined
- 1 Feb 2009
- Posts
- 2,124
How would i go about making an automator script to auto connect to a server on startup? the program confuses me 

Assuming it's a SMB/CIFS share, in AppleScript Editor:
tell application "Finder"
mount volume "smb://username: password@server/sharename"
end tell
Compile, Run to test and then Save as an Application and put it in your Login Items.