Yes, me also. However I was unable to get it to read the password file (.nsmbrc) and it always prompted me for a password.
Any ideas why this is so?
Thanks
adam
> Rich,
>
> This was _absolutely_ tremendously helpful. Thanks.
>
> /Michael
>
>
> #!/usr/bin/perl
>
> if(-f "/users/userid/.nsmbrc") {
> print "mounting share\n";
> system('mount_smbfs -W workgroupname //username@domain/share
> /users/userid/myshare');
> } else {
> print "password file does not exist\n";
> }
>
> __END__
>
>
