DocSpace-client/build/install/uninstall.bat

6 lines
92 B
Batchfile

PUSHD %~dp0
for /R "..\run\" %%f in (*.bat) do (
start nssm remove Onlyoffice%%~nf
)
pause