Created
July 7, 2015 17:33
-
-
Save glw/29aa4543a6fe97f00226 to your computer and use it in GitHub Desktop.
batch map network drives for Windows (dos)
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
:: repeat for all folders needed | |
:: replace anything between < > , as well as drive letter. | |
net use U: \\xx.xxx.xxx.xxx\folder <password> /user:<domain>\<username> /persistent:yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment