﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3748	Running a script from a compiled script is not launching	Nine		"It works if not compiled, but once it is compiled the child script is not executed.

{{{
If Not @Compiled Then Exit MsgBox (0,"""",""You must compile the script"")
Local $sScript = 'MsgBox (0, ""Test"", ""Hello"")'
FileWrite (""Test.au3"", $sScript)
Run(@AutoItExe & ' /AutoIt3ExecuteScript ' & ""Test.au3"", @ScriptDir)
Sleep (10000)
}}}
"	Bug	closed		AutoIt	3.3.14.5	None	No Bug		
