I want to write a console application without any input/output needed,
just silentlly running at background.
When startup, it shows up a Dos Command Window. I can hide it
immediatelly after startup by using GetConsoleTitle( ) and FindWindow( ),
but still it is visible at begining.
Is there any method to disable Console Window before showing, not to
hide it after being visible.