Created
September 23, 2014 09:06
-
-
Save rawman/3e51ab7ac3d6376b9336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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