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:

but note that when I select a directory located in a different volume (A:…) the command prompt will not change the working directory…
cd /d A:\Usersdoes what your looking for.