Dial-Up w/ Python on Win32:

Alex Martelli aleaxit at yahoo.com
Wed Aug 1 07:21:20 EDT 2001


"Xione Wrent" <xione at bellsouth.net> wrote in message
news:85H97.2823$kg.194231 at e3500-atl2.usenetserver.com...
> Is there any way to launch a .DUN file (Dial-Up Networking) on a Windows
box
> using Python?

If you install the win32all extensions (or ActivePython that
comes with them), win32api.ShellExecute should work (if your
associations to extension .DUN are set up correctly, i.e.,
if
    start foo.dun
works as you desire from a command-prompt).


Alex






More information about the Python-list mailing list