DocSpace-buildtools/build/start/start.bat
2021-09-22 19:51:37 +03:00

8 lines
142 B
Batchfile

PUSHD %~dp0..
call runasadmin.bat "%~dpnx0"
if %errorlevel% == 0 (
for /R "run\" %%f in (*.bat) do (
call sc start "Onlyoffice %%~nf"
)
)