Fix #1714
why is RedirectStandardInput=true,UseShellExecute=false not the default
This commit is contained in:
parent
0de16bc8b9
commit
94935bc45e
|
@ -127,6 +127,7 @@ namespace BizHawk.Common
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
FileName = cmd,
|
FileName = cmd,
|
||||||
RedirectStandardError = checkStderr,
|
RedirectStandardError = checkStderr,
|
||||||
|
RedirectStandardInput = true,
|
||||||
RedirectStandardOutput = checkStdout,
|
RedirectStandardOutput = checkStdout,
|
||||||
UseShellExecute = false
|
UseShellExecute = false
|
||||||
}
|
}
|
||||||
|
@ -149,4 +150,4 @@ namespace BizHawk.Common
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue