﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1673	Error in the output of an example script	nirmal070125@…	Jpm	"The out put of the AutoIt3\Examples\Helpfile\WinGetProcess.au3 is not correct. I think the reason is process creation takes some time.

I propose to add Sleep(1000) after the first code line. So the WinGetProcess.au3 would be like:

Run(""notepad.exe"")
Sleep(1000)
$pid = WinGetProcess(""[CLASS:Notepad]"")
MsgBox(4096, ""PID is"", $pid)


Thanks."	Bug	closed	3.3.7.0	AutoIt	3.3.6.0	None	Fixed		
