Friday, August 17, 2007

DOS - `CD`

`CD` - Displays the name of or changes the current directory.

EXALPLE:

C:\>cd
C:\

.......

C:\>cd WINDOWS
C:\WINDOWS>

C:\WINDOWS>cd ..
C:\>



.....

No comments: