Friday, July 31, 2009

I want to run an exe file from my c++ application that has to run simultaniously with the calling program,how.

i am using borland turbo c++ 5.01 version on windows xp , there r no arguments to be passed can anyone give me the command to do that.(let abc.exe be the file to be run give me the exact command).

I want to run an exe file from my c++ application that has to run simultaniously with the calling program,how.
execxxx,system and spawn are the choices
Reply:I'm not sure how to fork a process in Windows.





But the system() command should get you some of the way there.


No comments:

Post a Comment