I need help connect to a share with through comamnd prompt

Soldato
Joined
28 Sep 2008
Posts
14,207
Location
Britain
I need to net use a share but I can't get the credentials side to work correctly

net use j:\myshare user:me password:*

so it is meant to prompt me for the password. It keeps coming up with the help context menu.

I'm doing something wrong, what is it??? :(
 
Code:
G:\>net use /?
The syntax of this command is:


NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
        [/USER:[domainname\]username]
        [/USER:[dotted domain name\]username]
        [/USER:[username@dotted domain name]
        [/SMARTCARD]
        [/SAVECRED]
        [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]

Cant see anything you are doing wrong but hanvt used it myself. will test now
 
Back
Top Bottom