Color your DOS command

Source: Internet
Author: User

Sometimes when running the batch script via DOS command window, using color output make help you analyze the result easily. Fortunately you can achieve this in Microsoft Windows 2000 and Windows XP

Syntax

Sets the default console foreground and background colors.

Color [ATTR] [ATTR]

ATTR specifies color attribute of console output

Color attributes are specified by two hex digits

· The first corresponds to the background;

· The second the foreground. Each digit can be any of the below values.

0 = black

8 = gray

1 = blue

9 = light blue

2 = green

A = light green

3 = aqua

B = light aqua

4 = red

C = light red

5 = purple

D = light purple

6 = yellow

E = light yellow

7 = white

F = bright white

If no argument is given, this command restores the color to what it was when cmd. EXE started. this value either comes from the current Console window, the/T command line switch or from the defaultcolor registry value.

If only one digit is given, it will change the foreground color only.

The color command sets errorlevel to 1 if an attempt is made to execute the color command with a foreground and background color that are the same.

Examples

Color 0a

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.