Mapping Network Drives? Problem?

  • Thread starter Thread starter Guest
  • Start date Start date
Easy. You can do it in Windows Explorer or in a command prompt using "net
use".
 
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.
 
Back
Top