Skip to content

Instantly share code, notes, and snippets.

@arieljannai
Last active August 29, 2015 14:24
Show Gist options
  • Save arieljannai/b4ab744956315f88da2d to your computer and use it in GitHub Desktop.
Save arieljannai/b4ab744956315f88da2d to your computer and use it in GitHub Desktop.
open cmder in current folder (from location bar)
@REM put that file in system32 or something, and change %PATH_TO_CMDER% to cmder installation
@REM when you're in an explorer folder window, press F4 to focues on the location bar, and then type cmder. yay.
%PATH_TO_CMDER%\cmder\Cmder.exe /START %CD%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment