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