running another .exe from my program
Hello,
I am writing my software using C++ and I want to run another program that does a XSL Transformation by clicking a button in my user interface. I want to output the .XML and .XSL files from my software into another .exe programmatically.
How can I do that?
Regards
|