﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
602	AutoitWrapper Methods for Handling 'Run After'	Asaman83687		"I compiled my script for an experiment when i encountered this error on console window of Scite

----

'ResHacker.exe' is not recognized as an internal or external command,
operable program or batch file.


----

with an autoitwrapper code of

{{{

#AutoIt3Wrapper_Run_After=ResHacker.exe -add %out%, %out%, image3.jpg, rcdata, TEST_JPG_3, 0

}}}

but it turned OK when I used

{{{

#AutoIt3Wrapper_Run_After=Start ResHacker.exe -add %out%, %out%, image3.jpg, rcdata, TEST_JPG_3, 0

}}}

I think AutoitWrapper must somehow change it's way of handling running after/before events because it uses 

{{{

Run(@ComSpec & ' /C ' & $INP_Run_After[$x] & '', '', @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD)

}}}

in running other programs which can produce errors
"	Feature Request	closed		Other		None	Rejected	AutoitWrapper	
