Walter Logeman wrote: <cut> > I use wvdial and I think I am connected -- I don't know how to > unconnect though :)
<snip> One simple way is to start wvdial in an xterm. Then when you kill the xterm wvdial disconnects before the xterm dies. I use the script below with the name of my provider as the title. Anything like it would work fine. John -------------------------------- #! /bin/sh xterm -ls -sb -fn 8x13 -title "Stic.net Logon Page" -e wvdial & -------------------------------- -- Powered by the Penguin

