I have tried Ansicon and I still cannot get ansi escape sequences to become recognized and interpreted in my CMD.EXE command prompt on Windows 7 64 bit. Has anyone been able to work this correctly and get a colorized console with this OS?
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- CosmosDB emulator can't start since port is al
- How to print to stdout from Python script with .py
- Determine if an executable (or library) is 32 -or
I ran into the same problem today, and found a workaround.
The commandline utility Windows ANSI Color detects ANSI color codes and sets the corresponding console color.
Example:
where wac is the Windows ANSI color utility
I've played a lot with this, and the best console for me is FarManager on Windows. http://www.farmanager.com/
It's a file manager, but with CTRL+O you will get the console, and very handy with full support of ANSI, autocomplete, etc.
Ansicon use dll injection in order to enable ansi color in cmd.exe, which is disabled with the standard user privileges.
Try launching ansicon with "run as administrator" (right click)
ANSICON (source) seems to work fine for me...
ANSICON -I