>cd .. ==> change directory up one level
>doskey ==> This allows you to use the arrow keys to recall previous commands; saves a lot of typing
>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