C++Builder WinExec() and CreateProcess()
June 25, 1997
Author: Embarcadero USA
Question and Answer Database
FAQ1378C.txt C++Builder WinExec() and CreateProcess()
Category :Windows API
Platform :All
Product :C++Builder 1.x
Question:
I am updating my code for Win32 and changing my WinExec()
calls to CreateProcess() and having trouble. There is so
much more to setup. Can you supply an example?
Answer:
void…