Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Andyman35

    Creating a child process with stdout to a file

    I wrote this function a while back which you may find useful: CString SpawnProcessReturnStdOut( char *command_line ) { CString result = ""; // Setup default pipe security with the bInheritHandle flag set to // allow pipe handles to be inherited by the child process...

Part and Inventory Search

Back
Top