Process.Start and “The system cannot find the path specified”
问题 I am trying to run a console application from a mapped drive (T:\ is a mapped drive for a shared network folder) and get the error: The system cannot find the path specified. Why do I get this error? The administrator credentials are correct. var password = new SecureString(); password.AppendChar(Convert.ToChar("P")); password.AppendChar(Convert.ToChar("a")); password.AppendChar(Convert.ToChar("a")); password.AppendChar(Convert.ToChar("s")); Process.Start(@"t:\ca\test.exe"), "",