mirror of
https://ghfast.top/https://github.com/zsjy/AdbTools.git
synced 2025-03-15 01:43:07 +08:00
提交
This commit is contained in:
parent
ad827b22b0
commit
340ffcfa7e
@ -37,7 +37,7 @@ namespace AdbTools
|
||||
process.StartInfo.FileName = "cmd.exe";
|
||||
process.StartInfo.UseShellExecute = true;
|
||||
process.StartInfo.CreateNoWindow = false;
|
||||
process.StartInfo.Arguments = $"/c {command}";
|
||||
process.StartInfo.Arguments = $"/c \"{command}\"";
|
||||
process.Start();
|
||||
process.WaitForExit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user