I did search this. I know. I tried that.
I am not trying to read a batch file.
I am not trying to write a batch file.
I am not trying to run a batch file.
I am not trying to start a batch file via C++.
I am not trying to compile C++ via a command line interface.
I am using C++11 with a GUI on 32 bit Windows.
I am Not using Visual Studio.
I am Not using .net .
I want to be able to put something like "C:\dir\w" in my C++11 code that gives me a response that is in a std::string that I can use WITHOUT A DOS OR CLI INTERFACE WINDOW.
No command interface window. Not a blink of a CLI. Nothing there.
I start a winmain and it gives me a messagebox that tells me the response to "C:\dir\w".
This should be easy.
I am not trying to read a batch file.
I am not trying to write a batch file.
I am not trying to run a batch file.
I am not trying to start a batch file via C++.
I am not trying to compile C++ via a command line interface.
I am using C++11 with a GUI on 32 bit Windows.
I am Not using Visual Studio.
I am Not using .net .
I want to be able to put something like "C:\dir\w" in my C++11 code that gives me a response that is in a std::string that I can use WITHOUT A DOS OR CLI INTERFACE WINDOW.
No command interface window. Not a blink of a CLI. Nothing there.
I start a winmain and it gives me a messagebox that tells me the response to "C:\dir\w".
This should be easy.
Comment