예제 #1
0
 void StartProcess(string workingDirectory, string command, params string[] args) =>
 _backgroundProcessFactory.Create(YetiConstants.Command,
                                  $"/c \"{command} {string.Join(" ", args)}\"",
                                  workingDirectory).Start();