Networking

Joined
Dec 27, 2012
Messages
1
Reaction score
0
How can i connect to a shared folder on other computer using Net Use command... Thanks in advance
 
Joined
Mar 20, 2012
Messages
764
Reaction score
4
The common context is:

net use (Letter): \\Computer Name\Share

I haven't used this with a computer, but I believe if you wanted to map to a folder on the C drive called Files on a computer named Computer to Letter M you would use the following:

net use M: \\Computer\C$\Files

Again, I'm not 100% sure on the C$ part, you might be able to omit that and just go with \\Computer\Files.

Good luck!
 

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

Top