Skip to content

Instantly share code, notes, and snippets.

@pezcode
Last active October 6, 2018 21:21
Show Gist options
  • Save pezcode/7b5f92a4b3c92877da6ca444e4404a64 to your computer and use it in GitHub Desktop.
Save pezcode/7b5f92a4b3c92877da6ca444e4404a64 to your computer and use it in GitHub Desktop.
Run/double-click .bat files with cmder [http://cmder.net]. Save to .reg file, change path to your installation of cmder and double-click .reg file.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\batfile\shell\open\command]
@="\"S:\\bin\\cmder\\vendor\\conemu-maximus5\\ConEmu64.exe\" -run cmd /k \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment