1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-01-10 19:48:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
notes/结束所有nodejs进程.bat

3 lines
43 B
Batchfile

@echo off
taskkill /f /t /im node.exe
pause