﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
801	Run/RunWait path bug	txj2000@…		"if path contains ( ), Run/RunWait run error.

example code like this

{{{
$nRetCode = Run(@ComSpec & "" /k "" & @ScriptDir & ""\()\MyBatch.bat"")
$nRetCode = Run(@ComSpec & "" /k "" & '""' & @ScriptDir & ""\()\MyBatch.bat"" & '""')
$nRetCode = RunWait(@ComSpec & "" /k "" & @ScriptDir & ""\(AnyPath)\MyBatch.bat"")
$nRetCode = RunWait(@ComSpec & "" /k "" & '""' & @ScriptDir & ""\(AnyPath)\MyBatch.bat"" & '""')
}}}

the above 4 statements will run error. this bug exists in AutoIT 3.2.12.1, maybe exists in  AutoIT 3.3.0.0"	Bug	closed		AutoIt	3.2.12.1	None	No Bug	Run RunWait	
