commnunicate with cmd.exe with no window.

How to communicate with cmd.exe which is created using ShellExecute() function.
There is no way to do that using ShellExecute().

Please read this, it explains how to redirect I/O for a child process (cmd.exe in your case):

http://msdn.microsoft.com/en-us/library/ms682499(v=VS.85).aspx
Thanks that is helpful information.
Last edited on
Topic archived. No new replies allowed.