Skip to content

Instantly share code, notes, and snippets.

@amerine
Last active December 19, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amerine/5969080 to your computer and use it in GitHub Desktop.
Save amerine/5969080 to your computer and use it in GitHub Desktop.
@ECHO OFF
SETlocal enableextensions enabledelayedexpansion
CLS
TITLE cubeworld Server Watchdog
:server
echo (%time%) Starting cubeworld
start /WAIT /HIGH "cubeworld" "C:\Program Files (x86)\Cube World\Server.exe"
TIMEOUT /T 2
echo (%time%) WARNING: cubeworld Closed or Crashed, restarting.
GOTO server
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment