Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C++ and Visual C++ > C++ Programming
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old November 30th, 2005, 10:46 AM
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
  #2 (permalink)  
Old January 18th, 2006, 06:21 AM
Registered User
 
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Win32 use CreateProcess
unix use fork

Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call other program (exe) in Pocket PC using vipvaishu Visual Basic 2005 Basics 0 May 25th, 2007 08:57 AM
How to run another .exe from my program shivendra C++ Programming 1 July 28th, 2006 04:56 AM
Running an external program (.exe) in VB.net webgen VS.NET 2002/2003 1 July 18th, 2005 12:57 PM
Application popup: Program.exe not24 C# 2 March 22nd, 2005 01:06 PM
running exe on asp Sarah Classic ASP Components 1 October 7th, 2003 10:53 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.