Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 537 Bytes

File metadata and controls

7 lines (6 loc) · 537 Bytes

FakeCMD

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.

Notes

  • 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).
  • /? does not work properly (see issue #1)