hmmm, but good point ... what if we viewed this as a kixtart bug ? ok, maybe not a bug but a lack of important feature ?

If i run this script from the cmdline:

Break On

$= SetConsole("HIDE")

Exit 1

The script runs, Kixtart hides the console, then Kixtart exists. Am I wrong in the assertion that since Kixtart hide the console, that it should not also restore the console, by itself, before it finishes ? As it is now, one gets this orphaned CMD.EXE proggy running in the background ... how does one reclaim that window, other than killing it off using taskmgr ?

-Shawn