mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:34:18 +08:00
Windows can compile and run.
This commit is contained in:
parent
eeb8041bd5
commit
787428ae00
@ -9,8 +9,7 @@ cd "%BIN_DIR%"
|
|||||||
|
|
||||||
FOR %%f IN ("%BIN_DIR%\*.exe") DO (
|
FOR %%f IN ("%BIN_DIR%\*.exe") DO (
|
||||||
echo Starting %%~nf...
|
echo Starting %%~nf...
|
||||||
echo Command: start "" "%%~nf.exe" -i 0 -c "%CONFIG_DIR%"
|
start cmd /k "%%~f -i 0 -c "%CONFIG_DIR%" & echo Press any key to close this window... & pause>nul"
|
||||||
start "" "%%~nf.exe" -i 0 -c "%CONFIG_DIR%"
|
|
||||||
echo %%~nf started.
|
echo %%~nf started.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user