How to map a drive in command prompt

  • Thread starter Thread starter =?iso-8859-1?Q?Efr=E9n_Guti=E9rrez_S=E1nchez?=
  • Start date Start date
?

=?iso-8859-1?Q?Efr=E9n_Guti=E9rrez_S=E1nchez?=

Hi, there.
How can I map a drive or folder in a network from command
prompt, I need to do in a command prompt not from windows
Explorer.

Thanks a lot.
 
Hi Efren,

You can do it by doing the following

net use <drive letter> \\servername\share /u:<username> <password>
i.e. net use Q: \\nicoslappy\music /u:nicoslappy\nico !pass.w0rd

If you want it to autoassign a drive letter use a * in place of the drive
letter and it will pick the next available drive letter.

Hope this helps.

Thanks,
Nico Tomacelli
Microsoft Corp.
US - Windows Core:SOLID

This posting is provided "AS IS" with no warranties, and confers no rights.
=====================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from your issue.
=====================================================
 
Thanks a lot that was that i want.
-----Original Message-----
Hi Efren,

You can do it by doing the following

net use <drive letter> \\servername\share /u:<username>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top