How to run command line from MFC program?
-
Hello, again. I'm working on a program and i need to execute a command line entry from my program in MFC. My problem is how can I call commad promt and how will I execute an entry from my program. I'm using VC++ 2003. Please comment on how to do this or found a link for this matter. Thank you
-
Hello, again. I'm working on a program and i need to execute a command line entry from my program in MFC. My problem is how can I call commad promt and how will I execute an entry from my program. I'm using VC++ 2003. Please comment on how to do this or found a link for this matter. Thank you
try CreateProcess with cmd.exe as the application
-
Hello, again. I'm working on a program and i need to execute a command line entry from my program in MFC. My problem is how can I call commad promt and how will I execute an entry from my program. I'm using VC++ 2003. Please comment on how to do this or found a link for this matter. Thank you