DocSpace-client/build/install/install.bat

8 lines
150 B
Batchfile
Raw Normal View History

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