Command line args. Superceade pull #102 from sdesbure:master

This commit is contained in:
KZ
2015-07-24 00:07:36 +01:00
parent 8891c04b84
commit 84c2b0c8b9
9 changed files with 194 additions and 43 deletions

View File

@@ -141,7 +141,7 @@ namespace JackettTray
{
try
{
Engine.ProcessService.StartProcessAndLog(consolePath, "/stop", true);
Engine.ProcessService.StartProcessAndLog(consolePath, "--Stop", true);
}
catch
{
@@ -159,7 +159,7 @@ namespace JackettTray
{
try
{
Engine.ProcessService.StartProcessAndLog(consolePath, "/start", true);
Engine.ProcessService.StartProcessAndLog(consolePath, "--Start", true);
}
catch
{