Executing a console application from an SDI
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hi all; I need to execute a console program when the user in my application clicks a button on my SDI dialog. Can anybody please help me to find a way how. Thank you krugger
ShellExecute api will execute any executable, even console application.
P.R.A.K.A.S.H
-
ShellExecute api will execute any executable, even console application.
P.R.A.K.A.S.H
-
Hi all; I need to execute a console program when the user in my application clicks a button on my SDI dialog. Can anybody please help me to find a way how. Thank you krugger
You can also use
CreateProcess()
.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)