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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment