Open Command Window for Files

You might know a feature in Windows that allows you to open a command window in the current folder:
The standart menu item

I wanted a similar command for files, so I created one.
It is using nothing than the integrated tools of Windows.
Using a bit of vbscript and escaping:
https://gist.github.com/Eun/227d4bd5a8ccde1a9a5d1a42ccab01ce

Result:
A new entry for files: Open command window here

Console that will be opened

Written by

Tobias Salzmann