Created
January 27, 2020 17:01
-
-
Save FloPinguin/202901223629b92262debb84c88049f3 to your computer and use it in GitHub Desktop.
Killing a specific java process on windows
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
start "MyProgram" "C:/Program Files/Java/jre1.8.0_201/bin/java.exe" -jar MyProgram.jar | |
taskkill /F /FI "WINDOWTITLE eq MyProgram" /T |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment