Skip to content

Instantly share code, notes, and snippets.

@phaniram
Created April 17, 2014 06:41
Show Gist options
  • Save phaniram/10958373 to your computer and use it in GitHub Desktop.
Save phaniram/10958373 to your computer and use it in GitHub Desktop.
Check every 30 secs and Kill a process
@echo off
:killSapience
echo|set /p=.
timeout /t 30 /nobreak >nul
taskkill /im Sapience* /f >nul 2>&1 & goto killSapience
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment