tresa Posted November 6, 2006 Posted November 6, 2006 I remember I saw a gafrost sample which did that But I do'nt know how to retrieve it thx in adv
stampy Posted November 6, 2006 Posted November 6, 2006 if your refering to the command console you can type color /? for info
tresa Posted November 6, 2006 Author Posted November 6, 2006 if your refering to the command console you can type color /? for infoI'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?
Rauto Posted November 6, 2006 Posted November 6, 2006 ;~colours in console window ConsoleWrite(" Black" & @LF) ConsoleWrite("! Light green" & @LF) ConsoleWrite("+ Dark blue" & @LF) ConsoleWrite("> Blue" & @LF) ConsoleWrite("- green/blue" & @LF)
tresa Posted November 6, 2006 Author Posted November 6, 2006 ;~colours in console windowConsoleWrite(" 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 ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now