[python-win32] Create VPN connections

Reed L. O'Brien reed at intersiege.com
Thu Feb 2 18:52:18 CET 2006


I know I can dial

# Get the parameters to Dial a Stored VPN Connection
vpn, pw = ras.GetEntryDialParams(None, 'FOO')
# Dial the connection
rasHandle, retCode = ras.Dial(None, None, vpn, None)

And hang up
ras.HangUp(rasHandle)


But can I build one from scratch and save it so it shows up in Network connections?

TIA,
~reed


-- 
4.6692916090
'cmVlZEBpbnRlcnNpZWdlLmNvbQ==\n'.decode('base64')
http://www.spreadfirefox.com/?q=affiliates&id=16474&t=1
keyID: 0x0FA09FCE



More information about the Python-win32 mailing list