I want to track a file on hard drive "D", while cmd is always opening to hard drive "C" by default.
As you see, I have a file in hard drive "D", but I want to track it on cmd. However I can't because cmd is on hard drive "C" by default.
I want to track a file on hard drive "D", while cmd is always opening to hard drive "C" by default.
As you see, I have a file in hard drive "D", but I want to track it on cmd. However I can't because cmd is on hard drive "C" by default.
cd D:\folder\subfolder\directory
cd stands for Change Directory
if you want to open the cmd prompt at this location, create a shortcut to cmd, but set the start-in location to D:.. whatever your path was.