I have been googling a bit, but did not find what i was looking for.
I want to start a process with arguments(in C) using the win32 API.
Does anybody have some examples or pointers which i can use/see?
The win32 CreateProcess function does what you need.
You can also use the RTL _spawnl
function to create child processes with arguments (handy if you don't need the extra stuff provided by CreateProcess
, though this is not strictly WinAPI)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With