View Single Post
  #1 (permalink)  
Old November 30th, 2005, 10:46 AM
salhabb salhabb is offline
Registered User
 
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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
Reply With Quote