diff --git a/Command-Line-Options.md b/Command-Line-Options.md new file mode 100644 index 0000000..be82d0f --- /dev/null +++ b/Command-Line-Options.md @@ -0,0 +1,13 @@ +`/i` - Install the application as a Windows Service (NzbDrone). + +`/u` - Uninstall already installed Windows Service (NzbDrone). + +`/nobrowser` - Don't open Sonarr in a browser when starting. + +`/terminateexisting` - Start Sonarr terminating any other instances (The default is to terminate the new instance) + +`/data=path` - Path to use as the AppData location (stores database, config, logs, etc). + +Note: options can also be specified with `-` instead of `/` + +See: https://github.com/Radarr/Radarr/blob/develop/src/NzbDrone.Common/EnvironmentInfo/StartupContext.cs \ No newline at end of file