Game Development Community

Launching exe file after closing game

by Bruno · in Technical Issues · 07/12/2011 (5:21 pm) · 2 replies

Hey Guys,

Does anybody know if there's a way to launch an executable file through code?
I'm trying to run an exe file when the game is closed.

Thanks

#1
07/12/2011 (9:33 pm)
Look for shellExecute. I believe that is the name of the function that can launch .bat and .exe files.
#2
07/13/2011 (6:47 am)
Thanks Michael, shellExecute did the trick :)