From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dos_Neo Subject: How print output into diffent color Date: Sun, 23 Nov 2008 22:51:25 -0800 (PST) Message-ID: <20655741.post@talk.nabble.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hi All, I executing one batch file in dos prompt.So my problem is that if it give correct answer than it particalur line should print in green other wise in red color. Is there any command though which i can do it. i.e fc /B output.txt output1.txt >null if errorlevel 1 echo.////Bad///////(print in Red color) if not errorlevel 1 echo.///Good///(print in Green color only particular line) -- View this message in context: http://www.nabble.com/How-print-output-into--diffent-color-tp20655741p20655741.html Sent from the linux-msdos mailing list archive at Nabble.com.