This commit is contained in:
2021-12-15 18:21:58 +00:00
parent bd14e3676c
commit db24ea4aa5
4 changed files with 36 additions and 35 deletions

View File

@@ -52,6 +52,8 @@ namespace AyaNova.Util
// var FullRunCommand=$"/C {BackupUtilityCommand} {Arguments}";
//for Windows need to pass to cmd.exe because often have command line piping etc
//todo: make this work when there are spaces with quotes etc
var args = $"/C {cmd} {arguments}";
using (var process = new Process())
{