spawning and hiding a cmd window

hi,
does anyone knows how to create a dos window (cmd),
and hiding it ?
thanks
[100 byte] By [neo_the_1] at [2007-11-18 8:42:42]
# 1 Re: spawning and hiding a cmd window
One solution is to disable a new windows option in CreateProcess(). What Win32 API do you use to spawn a new console process?

Kuphryn
kuphryn at 2007-11-11 2:47:23 >