I use CreateProcess to launch a fairly large application(a game in fact). It takes quite a bit of time to start this application compared to just running the game. My question is, is there a way to speed this up?

I use CreateProcess in order to determine when the app closes. I then close my app at that time.

Thanks for any replies!