In this article, I blog about adding some colour to a .NET script that uses the console. The Windows Scripting Host does not allow you to use colours when you run a script with cscript.exe. In a .NET language (console application), colour can be easily included by using Win32 API functions.   more »