Skip to content

Instantly share code, notes, and snippets.

@rawman
Created September 23, 2014 09:06
Show Gist options
  • Save rawman/3e51ab7ac3d6376b9336 to your computer and use it in GitHub Desktop.
Save rawman/3e51ab7ac3d6376b9336 to your computer and use it in GitHub Desktop.
@echo off
tasklist /FI "IMAGENAME eq hipchat.exe" 2>NUL | find /I /N "hipchat.exe">NUL
if "%ERRORLEVEL%"=="0" taskkill /f /im "hipchat.exe"
start /b /d "%ProgramFiles(x86)%\Atlassian\HipChat" hipchat.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment