plm_service/stop.bat
2025-03-31 12:03:06 +08:00

4 lines
126 B
Batchfile

@echo off
wmic process where (commandline LIKE "%%plmservice%%" and caption="javaw.exe") delete
echo 关闭进程结束
pause