all groups > dotnet security > november 2005 >
You're in the

dotnet security

group:

Validation in netbios from csharp


Validation in netbios from csharp Francisco Miguel
11/29/2005 5:58:12 PM
dotnet security: Hi

I would validate against a remote machine (to get a shared folder),
using csharp o any .net language.
What i want to get is similar to doing a "net use \\IP\folder
/user:username" but from a .net program.

How do i can do this programatically? Is there any example/guide???

RE: Validation in netbios from csharp Jan
12/1/2005 12:52:03 PM
Try using System.Diagnostics.Process.
Create a new process. Send the command "net use....." as argument to
Process.Start.

Hope this helps......


[quoted text, click to view]
AddThis Social Bookmark Button