Opening File Explorer from Command Prompt and Vice Versa

I use both File Explorer and Command Prompt or PowerShell console quite extensively on daily basis. And navigating folders in a console window is never fun. Here is a good tip that I thought to share and you may find very helpful if you also use File Explorer and Console window quite often.

To open a Command Prompt window in a specific folder, you can navigate to that folder in File Explorer and type CMD and hit Enter.

image-19-600x346-5416781

Or type PowerShell and hit Enter to open a PowerShell window in the current folder you are viewing in File Explorer.

image-23-1-2397792

If you already knew this trick, do you also know that you can do the same to open File Explorer in the same folder from Command Prompt or PowerShell window?

Simply type Start . and hit enter.

image-24-600x281-2634277

And this opens my Downloads folder in File Explorer directly.

Source