Dialing a VPN connection

m3ckon

Member
Joined
Oct 6, 2005
Messages
5
Programming Experience
Beginner
HI there,

can someone please give me an overview as to how this can be done using vb.net please?

I have previously created batch files using rasdial, however I don't have a clue how to use this in vb.net

Regards,

Keith
 
Running batch files with vb.net

Hello,
you can use the Diagnostics.Process.Start("File Location")
this command will lunch the file.

hope it helped.

NAIH
 
Back
Top