1
0
mirror of https://gitee.com/coder-xiaomo/notes synced 2025-09-13 06:11:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
notes/结束所有nodejs进程.bat
2021-12-06 00:20:16 +08:00

3 lines
43 B
Batchfile

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