Reputation: 36
I tried this:
@echo off
color 0a
echo This is text
color 0b
echo This is different color text
Obviously it didn't work and it makes complete sense (to me) that it should work.
Anyone know what I did wrong?
Upvotes: 2
Views: 75
Reputation: 57272
here's a color function by carlos: http://www.dostips.com/forum/viewtopic.php?f=3&t=4453
Upvotes: 2