How to MAP the drive

Z

zacks

I need to MAP the network drive with VB.NET.
Thank you

Open a Command Prompt window and enter:

net use /?

It will give you the syntax you need. Then, just use the Process class
to invoke the command from your VB app.
 
Z

zacks

I need to MAP the network drive with VB.NET.
Thank you

Open a Command Prompt window and enter:

net use /?

It will give you the syntax you need. Then, just use the Process class
to invoke the command from your VB app.
 

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

Top