automatic IP connect at login?

I share several G3 and G4’s at work, all running OS X, and I have a personal login that I use. I would like to write a script that will automatically logon to our Macintosh server using IP or afp when I logon to the computer. I’ve never used AppleScript before. Thanks, Matt

Matt,

Do you mean mounting the server on your desktop? if so, have you tried saving a script like this as an application and adding it to your login items?


mount volume "afp://SHORT_NAME:PASSWORD@SERVER_IP/SERVER_SHAREPOINT_NAME/"

John