I am running a batch file that automatically maps a network drive on start up using the "net use" command:
net use d:\\server\share <mypassword> /user:<user>
This works fine as the result in explorer shows:
\\server\share (D:)
I would like to give the share a different name though, is there a way to provide some sort of alias in the net use command for the network mapped drive?