Skip to content

Instantly share code, notes, and snippets.

@andreblue
Created January 21, 2017 04:09
Show Gist options
  • Select an option

  • Save andreblue/93cab18f5d457c302a3885494c5d33fa to your computer and use it in GitHub Desktop.

Select an option

Save andreblue/93cab18f5d457c302a3885494c5d33fa to your computer and use it in GitHub Desktop.
@echo off
cls
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game "garrysmod"
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