Displays the name of or changes the current directory.
Syntax:
CHDIR [/D] [drive:][path]
CHDIR [..]
CD [/D] [drive:][path]
CD [..]
Ex.
C:\>cd windows
C:\WINDOWS>cd system32
C:\WINDOWS\SYSTEM32>cd ..
C:\WINDOWS>
ð To come out from the current folder to the parent folder.
C:\WINDOWS>cd system\color
C:\WINDOWS\SYSTEM\COLOR>
ð To go to any particular folder under another folder.
C:\WINDOWS\SYSTEM\COLOR>cd\
C:\
ð To come out to the c: drive.