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
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.