Created
October 8, 2014 17:39
-
-
Save pareshchouhan/986b319f7aa28a427719 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| cls | |
| echo oAo Server Restarter. | |
| echo If you want to close srcds press ctrl + c twice. | |
| title oAo watchd0g | |
| :srcds | |
| echo (%time%) srcds started. | |
| start /wait srcds.exe -console -game csgo +map de_dust +maxplayers 16 | |
| echo (%time%) WARNING: srcds closed or crashed, restarting. | |
| goto srcds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment