1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-03-14 01:02:23 +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