Last active
August 29, 2015 14:24
-
-
Save arieljannai/b4ab744956315f88da2d to your computer and use it in GitHub Desktop.
open cmder in current folder (from location bar)
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
@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