Results 1 to 22 of 22

Thread: A program that launches console applications and captures their output.

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Posts
    1,945

    A program that launches console applications and captures their output.

    EDIT: See my latest post for the most recent version of the code.

    Console Shell is a program that demonstrates how to capture the output of a console application. It uses the CreateProcess API function to launch a console application. The input/output is redirected by specifying handles to an output file and a console created by my program in the STARTUPINFO structure.
    Last edited by Peter Swinkels; Nov 14th, 2012 at 09:57 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width