mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-13 20:21:38 +08:00
7 lines
59 B
Batchfile
7 lines
59 B
Batchfile
@echo off
|
|
|
|
cd .\nginx\
|
|
start nginx.exe
|
|
|
|
echo 启动成功
|
|
pause |