Sunday, July 26, 2009

I am developing a code in c++ which requires calling an exe file to run can any one help me out.?

iam running windows xp and using borland 5.01 turbo c++.

I am developing a code in c++ which requires calling an exe file to run can any one help me out.?
system(abc.exe);


runs the abc.exe from c++ code


spawn and execxxx may help too
Reply:Look into the system and (possibly) spawn or execxxx functions. Sorry, but I don't have Turbo C++ on my machine.


No comments:

Post a Comment