On Oct  4 21:48, Corinna Vinschen wrote:
> On Oct  4 12:04, [EMAIL PROTECTED] wrote:
> > I thought I could bypass the system account not allowed to log into remote
> > drive by providing username and password to "net use".
> > but that didn't work.
> 
> Note that you *must* use the "domain\username" syntax when calling 
> net use in this scenario.  If you're not in a domain, then replace
> "domain" by the name of the share server, e.g.:
> 
>   $ net use \\server\share mypasswd /user:server\myusername

Well, make that

    $ net use \\\\server\\share mypasswd /user:server\\myusername

in a Cygwin shell.  Or quote appropriately.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-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