How to recognize ansi color escape codes in Windows7 64 bit command terminal

前端 未结 4 1747
渐次进展
渐次进展 2020-12-19 10:40

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

4条回答
  •  死守一世寂寞
    2020-12-19 11:15

    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)

提交回复
热议问题