1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00
Files
Radarr/NzbDrone/ServiceUninstall.bat
T
2011-12-01 21:44:13 -08:00

4 lines
49 B
Batchfile

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