S
Sudhakar
Hi,
I want to start a independent process from another process. Let me
explain my problem,
I have a "process A" running. Process B has to be started just before the
process A ends and the invocation of process B has to be triggered from
inside the process A.
So, when the process B started, process A would have been terminated but the
process B should not be stopped.
Please suggest how I can achieve this is VC++ ?
Thanks,
Sud
I want to start a independent process from another process. Let me
explain my problem,
I have a "process A" running. Process B has to be started just before the
process A ends and the invocation of process B has to be triggered from
inside the process A.
So, when the process B started, process A would have been terminated but the
process B should not be stopped.
Please suggest how I can achieve this is VC++ ?
Thanks,
Sud