1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-02 23:23:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/server/杀掉nginx进程.bat

5 lines
46 B
Batchfile

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