Quick Protip: explore current directory from command line
Ever been in a command window and wanted to open windows explorer to browse the directory you’re in? Now you can.
Try this: C:\> start explorer . [enter]
KA-BOOM!
You can also open another cmd window by doing: C:\> start cmd . [enter]
Enjoy!