I am trying to wrap a command-line exe program (single executable file app) into a console-based app with VC++ 6. I am not using MFC. Within my console application I want to call the exe file and pass some params to it. What function or method can I call to do this?
TIA,
Kevin
TIA,
Kevin