I am trying to automatize the building process of my app in where I need to execute some commands, I have seen that the info that those commands display (mvn build) has some colors. I would like to show some messages myself with a different color so people can tell which messages are mine and which are from other commands. This is a part of the script:
echo Press a key to create the jar and export the BDs :: Here is where I would like to change to a different color
pause >nul
call .mvnw.cmd clean package
This is the current output:
I would like to change the color to a personalize color (given in RGB or HEX)