I just want open a mapped network drive from C# code ,it is apssword protected, so when i try to launch directly it gives exception. Can some one throw light on providing username password while opening the this drive
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start() at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(String fileName)
I am just Calling System.Diagnostics.Process.Start("Z:")