Hello scripters,

In the following example, I see a strange console behavior.

If I start this script, with wKiX32.exe and no -i switch, the console is invisible for 4 seconds, then appears very quick and is then invisible for another 2 seconds. After that the console is visible as aspected.

But in my opinion it should not appear after 4 seconds from start. If I take away "1" ?, the console doesn't show up, but hide is hide, right?!

code:
Sleep 2
$intRC = SetConsole("Hide")
Sleep 2
"1" ?

Sleep 2
$intRC = SetConsole("Show")
Sleep 2
"2" ?

Get $

Kind regards,
Ryan