DocSpace-buildtools/build/install/uninstall.bat

8 lines
142 B
Batchfile
Raw Normal View History

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