Howto change drives in cmd


Changing drives in cmd
hanging isn't always straightforward.  Simply typing C:\> cd F: won't work! 

To change drives at the command prompt, simply type the drive letter!
For example, to change to the F:\ , type below at the C:\> prompt:

C:\Users\Mark>F:


You can also use the /D switch with the cd command

C:\Users\Mark>cd /D F:\OPT