how to change drive using cmd code example
Example 1: windows cd to another drive
cd /D F:\path
Example 2: how to change drive in command prompt windows 10
if you wanted to change the drive from "C:" to "D:", you should type "d:"
cd /D F:\path
if you wanted to change the drive from "C:" to "D:", you should type "d:"