How to load ANSI escape codes or get coloured file listing in WinXP cmd shell?

后端 未结 4 2135
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 10:27

This is related to this question : How to get coloured file listing in windows cmd shell ?

I\'m trying to get, wouldn\'t you believe it, coloured file listi

4条回答
  •  执笔经年
    2020-12-15 11:10

    I ran across ANSICON at http://adoxa.110mb.com/ansicon/index.html ansicon github repo

    Using it to colorize NAnt output. ls --color is being processed correctly.

    Source code is provided, but I haven't examined it.

提交回复
热议问题