S Shiva Aug 6, 2004 #2 Option 1: Spawn a process to do the net use command ("NET USE X: \\Server\ShareName") Option 2: Use the networking API. For an example, see http://www.codeproject.com/csharp/mapnetdrive.asp HTH How to map a network in C#? Thank you
Option 1: Spawn a process to do the net use command ("NET USE X: \\Server\ShareName") Option 2: Use the networking API. For an example, see http://www.codeproject.com/csharp/mapnetdrive.asp HTH How to map a network in C#? Thank you