how to call Rasapi from vbscript
Posted
by d34
on Stack Overflow
See other posts from Stack Overflow
or by d34
Published on 2010-03-28T22:44:46Z
Indexed on
2010/03/29
8:13 UTC
Read the original article
Hit count: 595
I need to write a VBScript script to check the state of a dial-up connection, perform the dial up if disconnected, hang up the connection etc. I know this can be done using RAS API functions, so I'm wondering if there's any way to call these functions from VBScript? If not, how else can I manage dial-up connections using VBScript? Can somebody point me in a useful direction? Thanks.
© Stack Overflow or respective owner