If you want to map to the shared drive within Windows then click on the "connect using a different user name" link in the map network drive window. Enter the other computer's name/administrator or domainname/domainadmin and the password in the password box. To …

devicename = the dive letter for the map drive. computername = is the computeer wher the share exists. sharename = is the name of the share. So to create a batch file that will map a drive to different computers that are sharing folders, we'll use the following commands: net use W: \\computer1\MP3 . net use X: \\computer2\Photos Creating Batch File to Map Network Drive - AppleScript If you want to save time by creating a batch file that when you click on it it will automatically map the drive for you. Or if the map network drive keep disconnecting every time you restart your computer, then you can put the batch file in the start up folder so that it run every log in. How to map network drive from command line We can map a network drive from windows command line using the command net use.Syntax is given below. net use z: \\remotepc\sharename The above command maps the drive letter Z: to the network share \\remotepc\sharename.If the logged in user has authorized access to this network share, the above command completes successfully without asking the user to provide username/password. Map a network drive - support.microsoft.com Mar 21, 2019

Oct 05, 2015

Automating network drive mapping configuration with Intune

How to Map a Drive with Credentials | Batch Scripting by

Please help, I want to write a batch file to automatically update a exe file that resides in a network drive. For example, we have a network drive named "abcserv" inside that there is a folder named "folder1".Inside a exe file is there named "xyz.exe". Now I want to run this xyz.exe regularly through windows scheduler. So, how can I write the Mapping Network Drive to a specific username and password