Friday, July 7, 2017

Mapping Network Drive With CMD Prompt

Mapping Network Drive With CMD Prompt...

First of all I want to explain about Mapping, suppose there is a shared resource on your network and you need to access that resource frequently then each time you access that data you have to type the network address(IP Address) of that machine.
If you want to make shortcut of that data on your local machine then type the following command

 net use z: \\100.0.0.236\sharedfolder

in my scenarios its

net use z: \\100.0.0.236\myname


in the above example the shared data name myname and we want to make shortcuts of that data in my machine as my local drives having the drive letter of Z Drive like the following image.

now we are successful in creating a mapped network drive having letter Z.

No comments: