Script Collection
Lotus Notes
Dialup Connection with Windows RAS (win32ras) | Dialup Connection with Windows RAS (win32ras) |
|
|
|
Example for connect to Internet via Modem, ISDN, ADSL, ...
import win32ras # Dialup with a RAS entry win32ras.Dial ( None, None, ("windows_ras_entry_name", "", "", "username", "password", ""), None ) # Hangup the connection win32ras.HangUp () |
|
| Last Updated ( Thursday, 02 February 2006 ) |
| < Prev | Next > |
|---|
Hint: For syntax highlighting and correct Python intendation place your code between html tags <pre> and </pre>.