Skip to content

Instantly share code, notes, and snippets.

@amynbe
Created March 12, 2015 10:33
Show Gist options
  • Save amynbe/5a61ddca3766696b73aa to your computer and use it in GitHub Desktop.
Save amynbe/5a61ddca3766696b73aa to your computer and use it in GitHub Desktop.
Make ConEmu open bat files on double click
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\batfile\shell\open\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" /cmd \"%1\" %*"
@Maximus5
Copy link

Default terminal feature may be better choice - it can catch any console app, not only batches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment