Trying to set the background for line 1 to white and line 2 to black. ASN1 Esc codes seems it would be the fastest way to get it. However it only changed the background at specified text not entire line.
Example of what I'm hoping for:
@echo off
echo <Esc>[107m This Entire line has a white background
echo <Esc>[40m This Entire Line has a black background
pause
what I am getting: Output