Map a Drive Programmatically

  • Thread starter Thread starter Verde
  • Start date Start date
V

Verde

From a console app, I'd like to map a drive from one Win2K3 server to
another. I'm familiar with the [Net Use...] command line syntax, and I can
put it in a batch file and call the batch file from the console app. That
will work - but I was wondering if I could do it all in my C# code (i.e.,
without having to call a separate batch file).

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top