I know in C++ there is a function
system(\"example.exe\");
that runs another program, put it requires the include stdlib.h.
stdlib.h
Check the MSDN page for CreateProcess for more information