I need to be able to change the title of batch A at the same time of execution of other parts of script.
i want to be able to have it say Hello! world
. and echo 1&2 simutaneously
and while the screen is switching between 1 and 2 i need the title to change from 2 to 3.
and please dont give me something like this.
echo Hello! world.
ping localhost 3 >nul
title 2
echo Hello! world. 1
ping localhost 3 >nul
title 3
echo Hello! world. 2
ping localhost 3 >nul
title 2
:loop
Thanks in advance to anyone with an answer that works!