Question

In the command prompt I am able to change the working directory by typing CD "new path"

for example take a look on how I am able to select directories that are located in my C drive:

enter image description here

but note that when I select a directory located in a different volume (A:...) the command prompt will not change the working directory...

Was it helpful?

Solution

cd /d A:\Users does what your looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top