Les, maybe explain me something
 Code:
If Not @LOGONMODE
	Break On
Else
	Break Off
EndIf
Dim $RC
$RC = SetOption("Explicit", "On")
$RC = SetOption("NoMacrosInStrings", "On")
$RC = SetOption("NoVarsInStrings", "On")
$RC = SetOption("WrapAtEOL", "On")
;$RC = SetConsole("Hide")

$RC = MessageBox("Message", "Title", 0, 5)

I open a Windows Explorer and I drag & drop this script onto wkix32.exe.
It opens me a console window for about five seconds (while the script is running)