This is a simple Batch script that mimics the Windows Command Prompt. It's useful if you need to use CMD on a computer where it's blocked by your administrator or IT department.
- You can add this as a shell context menu item. Any file path that gets passed to it (in
%1) will be used as the initial directory. - Pressing Ctrl+C will close the entire fake CMD window (instead of just stopping the current command).