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
It's possible to patch cmd.exe....
http://gynvael.coldwind.pl/?id=130&lang=en
Actually I reckon A+ for ansicon -- Use
Installs it as a filter on your CMD.exe sessions. Works a treat with HTTY (ruby gem).
:-)
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.
You could start the builtin Telnet server, firewall it to only allow localhost
access, and use a telnet client that understands such escapes - even the native one. (I know, an ugly hack.)