|
-
Dec 30th, 2006, 03:35 PM
#1
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|