質問編集履歴
1
bug
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
p.StartInfo.RedirectStandardInput = true;
|
22
22
|
p.StartInfo.Verb = "runas";
|
23
23
|
p.StartInfo.CreateNoWindow = true;
|
24
|
-
p.StartInfo.Arguments = SourcePath + @"\\x64" + @"devcon.exe install xxxx.inf xxxxxxx ";
|
24
|
+
p.StartInfo.Arguments = SourcePath + @"\\x64" + @"\\devcon.exe install xxxx.inf xxxxxxx ";
|
25
25
|
p.Start();
|
26
26
|
```
|
27
27
|
|