This may be more of a Windows question than VB but here goes:

One of my apps requires sharing files via Dial up networking. I would like to have the user press a button, and have the program:

-Connect via Dial Up Networking.
-Map a drive.
-Do some file processing
-Disconnect the mapped drive.
-Disconnect the Dial Up connection.

I do know how to Map a drive through VB code, but what is the best method of automatically establishing a dial up connection?

Would this be done through API, or a windows script of some sort?

Any help would be appreciated!

Thanks.