Writes a character string to a console screen buffer
#include <WinAPIProc.au3>
_WinAPI_WriteConsole ( $hConsole, $sText )
$hConsole | Handle to the console screen buffer |
$sText | Text to be written to the console screen buffer |
Success: | True |
Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search WriteConsole in MSDN Library.