Currently I have a monitoring script which does my script/ban updates and restarts the server if it's crashed or not running. For scheduled restarts, I have Task Scheduler run a batch file every 6 hours containing only "taskkill /im arma2oaserver.exe". This closes the server's process, and the monitoring script then restarts it, seeing it not running. Is this improper? Do I risk a less stable game or loss of data by simply having Windows close the game's process? If so, what should I do instead? Do I need to script things to restart the game via RCon? If so, how do I get timely updates of my scripts/bans? Any help would be appreciated.