52. Child Process - Windows System Programming in C/C++

preview_player
Показать описание
#ASystemProgrammingChannel #ChildProcess #CreateProcess

In This Video Tutorial , I have explained How to create child process in Windows C/C++

I have used following API's,
1. CreateProcess
2. ZeroMemory
3. WaitforSingleObject
4. CloseHandle

For More Info about Process, Check Video Tutorial no-9

You can support me on Patreon:

Please Share and Subscribe ASystemProgramming Channel
Рекомендации по теме
Комментарии
Автор

Hi, I had contacted you earlier.
We have a win 32 project in C under visual studio 2008. We have developed a graphic program to draw engineering drawings named ASCE 2000. Another part consists of many programs developed in LFQS (FORTRAN) grouped as ASCE 2000 (D) have to be executed within ASCE 2000 (A) by using create process (). It works after the parent program ASCE 2000 (A) becomes non responsive. Child program works outside of parents program. Our requirement is to execute FORTRAN program after execution, remain within patent program.

shubhisingh
Автор

How would I use pipes with this to send commands to another program?

billowen
Автор

this way only 1 child program is executed. How to call multiple child program one after other ??

gaurav
Автор

not a good path. if you are working for a company, you won't enter the path where your .exe is located.

enzoscandelt