-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to redirect Window's cmd.exe to Cmder's cmder.exe? #426
Comments
cmder.exe is just a launcher, it's not a replacement for cmd.exe What I think you're looking for is in Settings > Integration > Default term |
Sorry for my lack of knowledge of more appropriate terms. If I were to execute a batch file (or run cmd.exe) whilst cmder is NOT active, the UI would look like so: http://supa.me/0XoovU.png. But if I attempt to execute a batch file (or run cmd.exe) whilst cmder is active THEN, the UI looks like so: http://supa.me/iHdU5G.png. The default term option only guarantees that cmder be used when cmd.exe is to launch, but it does not use the same UI. |
Yeah, that's right. There's no way at present to tell conemu to use a certain task when running cmd, all it does is take what you were about to run. For example, if all you did was run cmd in the run dialog. ConEmu runs this: Perhaps try to have |
You can see an explanation here: https://code.google.com/p/conemu-maximus5/wiki/DefaultTerminal |
Ah, no worries then. I can live with the generic look. Thanks for your help. |
How would one go about redirecting Window's cmd.exe to use Cmder's cmder.exe (the emulator i think you call it)? This is what I get when I launch cmd.exe without cmder.exe being already active http://supa.me/0XoovU.png. However, if Cmder was already active, cmd.exe uses the prettified emulator.
The text was updated successfully, but these errors were encountered: