In PHP you can use exec() to run files like "Run Server.bat", but the problem is that when that PHP script gets closed, the file stops running too. Is there a way to run a RS2 server in a shared hosting account so it runs in the background and when you want to stop it, you just run something like "Stop Server.bat"?