﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1792	ProcessExist or Maybe Run Command does not give the correct PID	Emiel Wieldraaijer		"Hi,

If i run the following code on a W7 X86 it will give the correct PID result

{{{
$PID = Run(@SystemDir & ""\mstsc.exe"", @TempDir)
If ProcessExists($PID) Then Msgbox (64, ""Process"", ""The Process ID = "" & $PID)
}}}


When i run the same code on W7 X64 it will not show the correct PID

Thanks

Emiel"	Bug	closed		AutoIt	3.3.6.1	None	Works For Me	PID ProcessExists run X64	
