[net.micro.pc] Can you change colors?

ral@pyuxqq.UUCP (R A Levenberg) (05/09/85)

To change colors under DOS using the ESC [ color;color;colorm
sequence, the DOS prompt command is very useful, since
$e is the escape character, e.g.,
	prompt $e[32;40m
You can even use it to set your prompt string in one color
and the command line in another color.