msopen/bin/stop.bat

5 lines
45 B
Batchfile
Raw Normal View History

2020-09-09 14:31:47 +08:00
@echo off
taskkill -f -t -im javaw.exe
exit