Question:
How to change to another drive in the command line (cmd)???
Drive name "b"
I do this, but it does not work (I tried to enter in all registers in different combinations)
cd /B b:\
Answer:
In case you just want to go to the root of another drive, just specify the drive name without the cd command
b:
You can then navigate through folders using the cd
.
You can immediately change the drive and go to folders (see Bald's answer)