wiki:Windows_Commandline

Right click on a folder offers a command "Open Commandline", which opens a command line at exactly this folder. This allows to execute batch scripts or programs faster.

  • To get this behaviour, open the registry by calling regedit.
  • Open the entry HKEY_LOCAL_MACHINE\ Software\ Classes\ Folder\ shell
  • Create new key with name Open Commandline
  • Within this key create another key with the name COMMAND
  • Within this key click at the entry called Standard
  • Enter the following value: cmd.exe CD %1