G Guest Dec 17, 2003 #1 Hello, how can you map two different drive letters to the same network shared folder?
L Lanwench [MVP - Exchange] Dec 17, 2003 #2 Easy. You can do it in Windows Explorer or in a command prompt using "net use".
J Jeff Cochran Dec 17, 2003 #3 Hello, how can you map two different drive letters to the same network shared folder? Click to expand... Map the first, then map the second. Jeff
Hello, how can you map two different drive letters to the same network shared folder? Click to expand... Map the first, then map the second. Jeff
A Alan Wood [MSFT] Dec 18, 2003 #4 Just to clarify here is an example. From dos prompt run the following commands. net use F: \\servername\share net use G: \\servername\share This would map drivers F: and G: to the same share. Thank you, Alan Wood[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights.
Just to clarify here is an example. From dos prompt run the following commands. net use F: \\servername\share net use G: \\servername\share This would map drivers F: and G: to the same share. Thank you, Alan Wood[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights.