Created
May 23, 2013 19:03
-
-
Save webosk/5638568 to your computer and use it in GitHub Desktop.
CMD command to map a network drive on another computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net use *\\{ipaddress}\{folder} /user:{domain}\{user} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment