1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-05 08:31:37 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/server/启动nginx.bat

7 lines
59 B
Batchfile

@echo off
cd .\nginx\
start nginx.exe
echo 启动成功
pause