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?
|
feedback
|
|
If you're considering scripting it, it's always helpful to learn about the | |||||||
feedback
|
|
You could use | |||||||||
feedback
|
|
Or you could switch your shell to PowerShell. It has complete support for UNC paths. | ||||
|
feedback
|
|
As well as explicitly mapping a drive so that | |||
|
feedback
|
|
Slightly longer explanation of pushd here: http://shortfastcode.blogspot.com/2010/05/how-to-deal-with-cmd-does-not-support.html | |||
|
feedback
|
|
Wouldn't the junction command work here? | |||||||
feedback
|
|
Go to this page and search for "allow unc path"...will that work? | |||
|
feedback
|