Tweek Posted June 7, 2010 Posted June 7, 2010 First download :http://www.autoitscript.com/forum/index.php?showtopic=19665&st=20&p=243040&hl=Au3Console&fromsearch=1&#entry243040[screen]Then the code for 2 Color#include <Au3Console.au3> PluginOpen ("C:\Programme\AutoIt3\Include\Mx63.dll") ConsoleLoad ( "Tweek 2 Color Write" ) ConsoleSetColor ( "10") ConsolePrint ( "[INFO] : " ) ConsoleSetColor ( "15") ConsolePrint ( "2Color Write" ) While 1 WEnd PluginClose ()
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