|
|
Created by Jessica Rizo
over 4 years ago
|
|
| Question | Answer |
| cd[path] | changes to specified directory |
| cd /d[drive:][path] | changes to the specified directory on the drive |
| cd . . | changes to the directory that is up one level |
| cd \ | changes to the root directory of the drive |
| md [drive:][path] | makes a directory in the specifies path. if you don't a path, the directory ill be created in your current directory |
| rd[drive:][path] | removes (deletes) the specified directory |
| rd /s [drive:][path] | removes all the directories and files in the specified directory, including the specified directory itself |
| rd /q[drive:][path] | quiet mode you won't be asked if you want to delete the specified directory when using /s |
Want to create your own Flashcards for free with GoConqr? Learn more.