I am wondering if there is some way to do this.
I need to write a script or something that:
Can start some processes with some args, for example:
start server.exe -port 8899 -name "Epic Server 1"
start server.exe -port 8897 -name "Epic Server 2"
If one of them crashes, this script automatically restarts it with the specified parameters.
This will always run on a windows machine so a Windows-Only solution is acceptable.
I'm wondering if Ruby or similar has a gem for this sort of thing... I could not find one.