The 'start' command from CMD
Another little CMD window utility that I learned recently: start.
I just typed start /? and I learned way more than what I was expecting.
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.