我使用VS 2017社区,Windows Forms应用程序,并尝试调用BAT脚本(在UNC文件夹中):
Process.Start(@"\\sharefolder\editHosts.bat");
有时我会收到错误消息:
ComponentModel.Win32Exception(0x80004005):操作已被用户取消
在System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
在System.Diagnostics.Process.Start()
我已经检查了以下内容:
有什么建议吗?