Another little CMD window utility that I learned recently: start.
start
I just typed start /? and I learned way more than what I was expecting.
start /?
I usually just use it when I want to open a Explorer window at my current location.
c:\foobar\>start .
This will open Explorer in the "c:\foobar\" folder.
c:\foobar\