Question:
How do I change to another drive on 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 need to go to the root of another disk, just specify the disk name without the cd command
b:
Then you can navigate through the folders using the cd
.
One can immediately change drive and go to folders (see Bald's answer)