我尝试更改C#代码中的目录,以便运行批处理文件。
例如:
D:\Program Files\Common Files\asd.bat
但是,当我使用Directory.SetCurrentDirectory(@"D:\Program Files\Common Files\asd.bat");
时,它会给我两个错误。
答案 0 :(得分:0)
The error must be somewhere else. Maybe you did put your code directly in the class and not inside a member?