Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Other System / Utilities  |  Autologin  |  APPLESCRIPT FOR SAME THING

Autologin

Autologin

Automatically mount Appleshare volumes

Version:  1.2

   [ Views: 958 ]

APPLESCRIPT FOR SAME THING

Feedback Type:  Usage Tip

Contributed by: meltoots Friday, September 03 2004 @ 07:48 PM PDT

Product Platform: MacOSX

Used Product For: Have Not Tried

Recommend Product: NO

try

mount volume "afp://username:password@192.168.254.101/Macintosh HD"

end try

open script editor and paste the above, using your stuff...That's it. Save it as an app in applescript and chose it in login preferences, put it in dock. etc. You can mount any share point with this method. very fast and reliable. and FREE!!!!   

Rate this Usage Tip

Was this Usage Tip helpful? Yes | No

Comments

2 comments |

APPLESCRIPT FOR SAME THING - tech-man

well...if you don't mind someone knowing your password, it's fine. :)

Reply to This

Saturday, October 09 2004 @ 07:46 PM PDT


APPLESCRIPT FOR SAME THING - Roger Maxson

I've done something similar to this but rather than enter the username and password, I do "enter_userid_here@192.xxx.xxx.xxx/" so the user is prompted for their credentials. The problem with this simple answer is when you log out of the local account, log back in the same local account, and run the script, the previous user's credentials are used to mount the server volume(s).

Reply to This

Friday, October 06 2006 @ 11:00 AM PDT