﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
153	Running process with $STDOUT_CHILD kills ConsoleWrite.	Saunders <admin@…>	Valik	"When the following code is run nothing appears in the console. It's not a big worry, but I thought it should be reported.
{{{
#include <Constants.au3>

Global $iTimer = TimerInit()
Global $iProcess = Run('cmd.exe /c', @SystemDir, @SW_SHOW, $STDOUT_CHILD)

Do
	ConsoleWrite('No ConsoleWrite for you!')
	Sleep(100)
Until TimerDiff($iTimer) > 5000
StdioClose($iProcess)
ConsoleWrite('That''s all folks!' & @CRLF)
}}}"	Bug	closed	3.2.11.3	AutoIt	3.2.11.1		Fixed		
