mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
增加编译后直接调用启动脚本打开浏览器
This commit is contained in:
parent
6190b92ff7
commit
daa8c09a32
1 changed files with 6 additions and 0 deletions
|
@ -47,3 +47,9 @@ IF NOT EXIST settings.json (
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Installed Etherpad! To run Etherpad type start.bat
|
echo Installed Etherpad! To run Etherpad type start.bat
|
||||||
|
|
||||||
|
cd %cd%
|
||||||
|
echo %cd%
|
||||||
|
|
||||||
|
start start.bat
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue