I'm using https://conemu.github.io/ instead of windows native CMD.
However whenever I type CMD it always opens windows CMD. Is there a way to change that in totalcmd?
Open ConEmu instead of CMD when typing "cmd"
Moderators: Hacker, petermad, Stefan2, white
Where do you " type CMD " ?
AFAIK there is no setting which executable is executed in case of CMD command.
(But I think there was another such discuss not long ago, maybe you can find it by searching the forum)
Perhaps you can write an wrapper like this dummy code
COMEMU.cmd
@ECHO OFF
D:\rive\path\to\conemu.exe "%*"
and type COMEMU instead of CMD in future?
AFAIK there is no setting which executable is executed in case of CMD command.
(But I think there was another such discuss not long ago, maybe you can find it by searching the forum)
Perhaps you can write an wrapper like this dummy code
COMEMU.cmd
@ECHO OFF
D:\rive\path\to\conemu.exe "%*"
and type COMEMU instead of CMD in future?
-
- Junior Member
- Posts: 13
- Joined: 2012-01-28, 11:46 UTC
Re: Open ConEmu instead of CMD when typing "cmd"
Create a new key named "cmd.exe" under:NOH4 wrote:I'm using https://conemu.github.io/ instead of windows native CMD.
However whenever I type CMD it always opens windows CMD. Is there a way to change that in totalcmd?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
in the (Default) value enter the path to ConEmu.exe