﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2118	bug when launching a command Line program using @SW_HIDE	Le solutionneur		"Using the command run(a""_command_line_program.exe"", @ScriptDir, @SW_HIDE)

Don't works: the command line program don't launch but with

$pid = run(a""_command_line_program.exe"", @ScriptDir)
$Name_of_window = Pid_to_name_of_the_window($pid)
WinSetState($Name_of_window, """", @SW_HIDE)

This one works flawlessly but the window shows up about half second.

I think it's a bug, the app should run even with the @SW_HIDE flag.

And that's not a problem of mine since the second version works.

Please fix it and thanks for support."	Bug	closed		AutoIt	3.3.8.0	None	No Bug	@SW_HIDE flag run	
