Hello,
I was wondering if anyone knew or had an auto restarter for the server.exe, I've tried to use Minerva but it doesn't work so I want something that's not Minerva.
Thanks
Printable View
Hello,
I was wondering if anyone knew or had an auto restarter for the server.exe, I've tried to use Minerva but it doesn't work so I want something that's not Minerva.
Thanks
-----
Windows Scheduler can start any program on system startup, and restart on exit these days... many CRON programs will do the same and...is a more than adequate AutoIt3 script to keep the thing going with 0 CPU usage.Code:Do
RunWait("Server.exe", "D:\MyPTServer", @SW_MINIMIZE)
Until False
Thanks Gregoo and Bobsobol but I'm gonna go with the ServerMonitor :)