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

8 lines
141 B
Batchfile

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