Skip to content

Instantly share code, notes, and snippets.

@daramkun
Created August 12, 2013 12:42
Show Gist options
  • Select an option

  • Save daramkun/6210511 to your computer and use it in GitHub Desktop.

Select an option

Save daramkun/6210511 to your computer and use it in GitHub Desktop.
:while 1
"C:\Program Files (x86)\Steam\SteamApps\common\Universe Sandbox\Universe Sandbox.exe"
ping -n 8 127.0.0.1 > NUL 2>&1
TASKKILL /f /im "Universe Sandbox.exe"
ping -n 3 127.0.0.1 >NUL
goto :while 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment