CD/MD/RD Commands
CD ..
Changes to directory that is up one level
CD [path]
Changes to specified directory
CD /D [drive:][path]
Changes to specified directory on drive
CD\
Changes to the root directory of the drive
MD [drive:][path]
Makes a directory in a specified path. If you don't specify a path, directory will be created in your current directory
RD /Q [drive:][path]
Quiet mode. Won't be asked whether you're sure you want to delete the specified directory when you use /S
RD [drive:][path]
Removes (deletes) specified directory
RD /S [drive:][path]
Removes all directories and files in specified directory, including specified directory itself
