Windows – How to enable ANSI escape codes in Windows cmd

ansicolorwindowswindows-command-prompt

What is the simplest way to enable ANSI escape codes (eg. colored output) in Windows cmd?

Best Answer

CMD does not support ANSI escape sequences. You'll have to use COMMAND.COM. What is it that you're trying to do?

How to Enable ANSI.SYS in a Command Window (for COMMAND.COM)

How to Use ANSI.SYS in Windows NT (for COMMAND.COM)

Edit:

You can get less for Windows and use:

less -R filename