Guo Remy wrote:
hi all, i'm trying to display colourful font on the terminal of cmd.exe under Windows. but as i checked the documentation of TERM::ANSICOLOR, it seems to not work with cmd.exe under Windows OS... do you have any idea to make this happen? Thanks in advance. :)
Hi Remy The command.com 'command prompt' supports ANSI escape sequences if the ansi.sys driver is loaded, but the cmd.exe 'Windows console' doesn't. For this, take a look at Perl module Win32::Console::ANSI. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>