Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created October 8, 2014 17:39
Show Gist options
  • Select an option

  • Save pareshchouhan/986b319f7aa28a427719 to your computer and use it in GitHub Desktop.

Select an option

Save pareshchouhan/986b319f7aa28a427719 to your computer and use it in GitHub Desktop.
@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