cybergoober
Neomaxizoomdweebie
For connecting to shares upon login in Mac OS X create an AppleScript containing the following:
Replace "user_name" "pass_word" "IP_Address" and "share_name" with the appropriate values.
Save it as an application, and put that app in your Startup Items/Login Items (depending on whether you're running Panther/Jaguar respectively).
This has worked for me. Another thing I like about that is the resulting mounted share doesn't automatically open like it does via "Connect to Server".
PHP:
mount volume "afp://user_name:pass_word@IP_Address/share_name"
Save it as an application, and put that app in your Startup Items/Login Items (depending on whether you're running Panther/Jaguar respectively).
This has worked for me. Another thing I like about that is the resulting mounted share doesn't automatically open like it does via "Connect to Server".