How do you change directories in DOS 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Oxford, Lives in Oxford, UK.
Example:C> cd furniture.Moves you to the directory called 'FURNITURE'C> cd \furniture\chairs.Moves you to the directory called 'CHAIRS' under the directory called 'FURNITURE'.C> cd ..Moves you up one level in the path.C> cd \Takes you back to the root directory (c: in this case).
2023-05-10 13:51:43
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Martin
QuesHub.com delivers expert answers and knowledge to you.
Example:C> cd furniture.Moves you to the directory called 'FURNITURE'C> cd \furniture\chairs.Moves you to the directory called 'CHAIRS' under the directory called 'FURNITURE'.C> cd ..Moves you up one level in the path.C> cd \Takes you back to the root directory (c: in this case).