On Jun 10 11:55, Gerry Reno wrote:
> I have a script that logs on to a SMB network service.  Something like:
> net use \\server\servicename password /user:xxxx

Try adding the user's domain to the user name like this:

  net use \\server\servicename password /user:domain\username

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader          mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to