I typically want a command line in the current folder I'm viewing in windows explorer. With cmd, I just type cmd into the address bar, and it opens in the current folder.
If I type cmder however, it opens in my home directory. I'm currently getting around this by renaming the cmder executable to cmder-raw, and creating a cmder.bat like:
(open 'cmder-raw', with the current directory as an argument, which apparently opens cmder there)
This does exactly what I want, but it's a bit hacky, and it results in a very very brief flash on non-cmder console window appearing, before cmder opens. It'd be great if cmder could add an option to act like this natively.
I typically want a command line in the current folder I'm viewing in windows explorer. With cmd, I just type
cmdinto the address bar, and it opens in the current folder.If I type
cmderhowever, it opens in my home directory. I'm currently getting around this by renaming the cmder executable to cmder-raw, and creating a cmder.bat like:cmder-raw %CD%(open 'cmder-raw', with the current directory as an argument, which apparently opens cmder there)
This does exactly what I want, but it's a bit hacky, and it results in a very very brief flash on non-cmder console window appearing, before cmder opens. It'd be great if cmder could add an option to act like this natively.