MVD
MVD

Reputation: 36

How do I use multiple colors on one screen using batch

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

Answers (1)

npocmaka
npocmaka

Reputation: 57272

here's a color function by carlos: http://www.dostips.com/forum/viewtopic.php?f=3&t=4453

Upvotes: 2

Related Questions