Integration with ConEmu

I use ConEmu as standard console replacement.

If I run any bat file or choose menu Start -> Run and run cmd.exe, console opens in ConEmu window.
If I, however, use command CLI DOSPROMPT, it opens standard cmd window.
I also tried to use command "cmd" (just that) but when invoked from DOpus (not Run dialog), it always opens standard console.

How can I make console always open in ConEmu?

Note that I don't want to provide direct path to ConEmu exec file in Program Files in button/shortcut command as I may want to use the same shortcut/button on a computer without ConEmu installed.

ConEmu ConSpec settings possibly, but how to make ConEmu replace cmd.exe is a question for the people who make ConEmu rather than us, unless there's something they we need to do to support their method(s).

In Opus, you could use an alias, or a user-command or a script-command, to make something that points to one command on some machines and another on others. If you use a script it could even check if the program is installed dynamically. You then run that in all your buttons instead of cmd.exe and it can run whatever you wish on each machine, or according to the script logic.

These settings worked for me. CMD and PowerShell Here both open to a new CONEMU tab

These settings work fine, thank you.

Has anyone tried embedding ConEmu in the preview window using this set of BUILT-IN ConEmu instructions for Explorer.

The -insidewnd mode might work. Haven't tried it though.