From: Laup-Dawg Date: 2009-08-06T03:25:05+09:00 Subject: Change console forground to Red or Green Hi All, I'm looking for a way to change a Window's console foreground color in Ruby. I have a script that outputs passes and fails and I would like to know how to change the text to green or red specfically. I don't even mind hard coding the console color code values (escape sequences), since those are the only two colors I'm planning on using. Any help would be appreciated...