teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

bug

2017/02/07 16:58

投稿

jiliangsoft
jiliangsoft

スコア8

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