To map a network drive from windows command line: Click Start, and then click Run . In the Open box, type cmd to open command line window. Type the following, replacing Z: with drive letter you want to assign to the shared resource: net use Z: \\computer_name\share_name /PERSISTENT:YES To disconnect a mapped drive: Open command […]
To map a network drive from windows command line:
net use Z: \\computer_name\share_name /PERSISTENT:YES
To disconnect a mapped drive:
net use Z: /delete