Build a quick little tool to start a bunch of exes
So many of the windows game server files released often have multiple exes to be started in a particular order. Hence I decided to quickly write an application which will do that for me. This can start, stop and restart the exe in the given order! There is also save button which will save the current list of exes selected so that next when you open this application if pre-fills the list.
Link: https://github.com/cyberinferno/application-starter
Re: Build a quick little tool to start a bunch of exes
Not bad! Can you specify an amount of time to wait before launching the next application?
Re: Build a quick little tool to start a bunch of exes
Quote:
Originally Posted by
bog7
Not bad! Can you specify an amount of time to wait before launching the next application?
Could be done in the future release. Right now it waits for the executable to start before it moves to the next one. It could be made configurable!
Re: Build a quick little tool to start a bunch of exes
Gotcha. I only ask that because as you know, sometimes applications need to be launched in a specific order, but there is a varying window of time from when the process is started to when it has fully loaded.
Re: Build a quick little tool to start a bunch of exes
Quote:
Originally Posted by
bog7
Gotcha. I only ask that because as you know, sometimes applications need to be launched in a specific order, but there is a varying window of time from when the process is started to when it has fully loaded.
Yeah I understand that some server applications take quite sometime to initialize!