1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 02:40:01 +00:00
Radarr/NzbDrone/ServiceUninstall.bat

4 lines
No EOL
49 B
Batchfile

@ECHO OFF
net stop nzbdrone
nzbdrone.exe /u
pause