>cd .. ==> change directory up one level
>mkdir test ==> make directory called test
>cd "C:\My Documents\Java" ==> moves to the C:\My Documents\Java directory
>type Hello.txt ==> lists the contents of file Hello.txt
The following links might prove helpful for further explanation:
If you really get into this, the following link has even more detail: