cheryl said:
> I want to set the background color of the window.
long color blue%,green%,red%,0
cls
note that the constants for _foreground and _background
are listed incorrectly in the "long color" documentation:
use no parameter for foreground color, 0 for background.
-bowerbird