I am attempting to write a C++ console application that will do the following:
Open up a Command Prompt window.
Pass a text string to the Command Prompt (like “del filename.txt”).
The Command Prompt will execute the command and then return control to the C++ program.
I am using CreateProcess to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.