﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
514	StdoutRead seems broken on latest public & beta	robinacjohnston@…		"Updated to the latest Public (3.2.12.1) today so as to gain support for Windows 2008 OS Type and found my script no longer worked. On debuging found that StdoutRead no longer appears to work. Command I'm using follows the example code exactly as indicated below...

$return = Run(""c:\tester.bat"", ""c:\"", @SW_HIDE, $STDOUT_CHILD)
$line = StdoutRead($return)
MsgBox(0, ""STDOUT read:"", $line)

Should also mention that I tried using @Comspec too, but made no difference. Also, developed on XP for use on Windows 2008 -32bit, but also would not work on XP -32bit.

Final point, re-installed previous autoit version and all work fine
"	Bug	closed		AutoIt	3.2.12.1	None	No Bug		
