How do you handle "CMD does not support UNC paths as current directories"?
Posted
by Ray Vega
on Server Fault
See other posts from Server Fault
or by Ray Vega
Published on 2009-08-04T23:16:23Z
Indexed on
2010/05/19
8:40 UTC
Read the original article
Hit count: 262
I am attempting to change directories to a file server such as:
cd \\someServer\\someStuff\
However, I get the following error:
CMD does not support UNC paths as current directories
What are my options to navigate to that directory?
© Server Fault or respective owner