Running an application

Hi,

I want to write a little program that runs two apps one after another and then exits, whilst leaving the two programs opened, in other words, I want to run a game and some little program after the game, and since I exit and enter the game often it is somewhat of a pain always opening the two. I've looked into CreateProcess a little bit but it boggles me a bit.

Thank you.
Last edited on
1) Sounds to me like you want to cheat. Cause that's the usual reason people want to run additional programs to their games.
2) Using C++ for this is a waste of time. Use a batch file.
No, no cheating, just run a soj counter to print the IP of a server, so I don't have to run netstat all the time. Batch file I'll be damn, never thought about it, thank you very much.
Topic archived. No new replies allowed.