English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

net use x: \\UNC\path\to\share
net use n: \\another\example
net use u: \\server\C$ /user:server\administrator
net use /?

2007-10-04 08:35:42 · answer #1 · answered by Anonymous · 0 0

You do not need to map a drive in DOS if you have access authorization to the drive.

To view the directory of a networked drive you incorporate the drive name into the path preceeded with \\

So a DIR command to a directory callyed myDir on a network drive named dats7 would look like

dir \\dats7\mydir

The same UNC format would be used for other commands like copy. You just cannot set the current drive in DOS (CMD) to a UNC path

2007-10-04 12:35:36 · answer #2 · answered by MarkG 7 · 0 0

Use "Subst" Command in Command Prompt

2007-10-04 12:30:45 · answer #3 · answered by Srinivasan C 2 · 0 1

I *think* net use /? should tell you (in cmd)

2007-10-04 12:24:58 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers