I want to ShellExecuteEx the program cmd.exe on my system with my own program and have it redirect all input and output form cmd.exe to my application instead for processing and displaying. Is this possible with ShellExecuteEx and if so, what do I need to do or read about to learn how to do this?