Hello,
When I launch an exec file with a VC6 spawn call, I get a DOS window.
For example :
_spawnlp(_P_WAIT, ".\my_exec.exe", "my_arg0", "m_arg1", NULL)
pops briefly an ugly DOS window while executing.
How can iconify or hide the popping DOS window (I want a silent synchronous execution of "my_exec.exe) ?
Thank you for youy help.
When I launch an exec file with a VC6 spawn call, I get a DOS window.
For example :
_spawnlp(_P_WAIT, ".\my_exec.exe", "my_arg0", "m_arg1", NULL)
pops briefly an ugly DOS window while executing.
How can iconify or hide the popping DOS window (I want a silent synchronous execution of "my_exec.exe) ?
Thank you for youy help.