Last active
October 6, 2018 21:21
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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