
CreateProcess function parameters?
I want to start a DOS process under W95 that -
* runs hidden, and
* terminates automatically,
* cleans up after itself, and lastly
* notifies the calling process that it has terminated
At the moment I'm calling Compress.exe (via the ExecCmd function I
found in KB article # Q129796) which -
* runs in a window, and then when it's finished
* hangs waiting for the user to close the window
I suspect the answer lies with the CreatePocess function's arguments,
so can someone tell me what they are exactly, and the repective
possible values together with any associated predefined values.
TIA
- Steve Wilson
(If replying, please cc me an emeail copy - my ISP is having a bad month)