I know in C++ there is a function
system(\"example.exe\");
that runs another program, put it requires the include stdlib.h.
stdlib.h
I think you're looking for CreateProcess?