How to give different font colors in bat file
Posted: 17 Mar 2011 04:07
Hi All
I want to give different font colours for some of the texts in bat file. Please look at the following bat file.
@echo off
echo List of Reports
echo Staff List
echo Responsible Works
pause
I want to give red colour for "List of Report" text and green colour for both "Staff List" and "Responsible Works" texts. Please advice me how to do it.
Thank You
I want to give different font colours for some of the texts in bat file. Please look at the following bat file.
@echo off
echo List of Reports
echo Staff List
echo Responsible Works
pause
I want to give red colour for "List of Report" text and green colour for both "Staff List" and "Responsible Works" texts. Please advice me how to do it.
Thank You