How to choose directory in windows from command line?
Answers
Answered by
3
Hi.
When you open Windows CMD as administrator, the default directory that opens is "C:/Windows/System32".
To Change the drive from "C:" to "D:" or to "E:", just type The name of the drive and hit enter.
Then, further, to change between folders in the drive, type "cd", followed by the name of the folder and again hit enter. (eg:- "cd folderName\subfolder" etc....). Now, to move back one folder, type "cd.." and hit enter.
Attachments:
Similar questions