質問編集履歴

1

bug

2017/02/07 16:58

投稿

jiliangsoft
jiliangsoft

スコア8

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  p.StartInfo.CreateNoWindow = true;
46
46
 
47
- p.StartInfo.Arguments = SourcePath + @"\\x64" + @"devcon.exe install xxxx.inf xxxxxxx ";
47
+ p.StartInfo.Arguments = SourcePath + @"\\x64" + @"\\devcon.exe install xxxx.inf xxxxxxx ";
48
48
 
49
49
  p.Start();
50
50