cmderdev / cmder

Lovely console emulator package for Windows
https://cmder.app
MIT License
25.88k stars 2.03k forks source link

where to get output result? #2803

Open ranktopgg opened 1 year ago

ranktopgg commented 1 year ago

Question

hello, i need some help,, sorry for my english im notnative speaker, here is the cmder im download https://github.com/cmderdev/cmder/releases/download/v1.3.21/cmder_mini.zip after i scan on cmder with alot of result,,i cant find where to get the output for full result,, i can copy for some result only,,dont know where i can get full log result thanks you

Checklist

daxgames commented 1 year ago

I don't understand the question.

ranktopgg commented 1 year ago

I don't understand the question.

where do i get the log output ? cant find anywhere

daxgames commented 1 year ago

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

DRSDavidSoft commented 1 year ago

Maybe the log output for cmder_diag?

Or the Cmder Debug:

From a cmd.exe window (not cmder:)

"%CMDER_ROOT%\vendor\init.bat" /d > "%USERPROFILE%\Desktop\Cmder_Diag.log"

@ranktopgg Why do you need the full log?

This will create it on your Desktop as Cmder_Diag.log.

daxgames commented 1 year ago

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 redirected to a file and attached to an issue report.

DRSDavidSoft commented 1 year ago

Yes, also maybe we can add this to the wiki under https://github.com/cmderdev/cmder/wiki/Cmder-troubleshooting for future reference.