Dax T Games

Results 182 comments of Dax T Games

I don't understand the question.

Log output for what? There is no log output for Cmder.

That is outputting the `init.bat` debug messages to a log. There is also `cmder_diag.cmd` run from inside cmder that outputs some info about the system to screen that can be...

Have you tried: ``` "C:\cmder\launcher\x64\Debug\Cmder.exe" -- -runlist cmd /Q /V:ON /K echo Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis dolor massa, quis commodo urna ullamcorper ut. Maecenas...

`Cmder.exe` is not a shell it is a launcher for `ConEmu.exe`. 1. It enables some unique things for Cmder interactive shells launched by Conemu Tasks. - PRIMARILY on very first...

Do not count on `/x` it has other issues which is why `-- [conemu commands]` syntax exists. `/x` should be deprecated and not used.

I know from experience here with Cmder that business machines can be an issue that is hard to crack. That could be a tough one.

This may be a dumb question but what does Clink have to do with OMP since Clink is a shell enhancement for Cmd and not Powershell? I think I am...

Its nice because Cmder mini can actually launch bash if git for windows is installed in a well known location.

You mean like a command alias? `alias lsar=ls -lar` ``` lsar # ls -lar output ```