I am using a VS project with custom build script/batch file (ala make/ant etc)
When the build is run from the command line we have placed colored highlighting on various output lines.
However when built via Visual Studio (2005 in my case) the output window does not show the color anymore.
Is this possible? I am quite happy to put specific code into the build script if required.