Jump to content

How can I write to console in color


tresa
 Share

Recommended Posts

if your refering to the command console you can type color /? for info

I'm talking about the bottom window of autoit where you can write with consolewrite.

It's usually in black but I want to have some text in color

Is it possible?

Link to comment
Share on other sites

;~colours in console window

ConsoleWrite(" Black" & @LF)

ConsoleWrite("! Light green" & @LF)

ConsoleWrite("+ Dark blue" & @LF)

ConsoleWrite("> Blue" & @LF)

ConsoleWrite("- green/blue" & @LF)

Bravo ! it works !

Where did you get this info ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...