This commit is contained in:
@@ -52,8 +52,6 @@ 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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user