@goto _beg This script is useful for automating dialup connections in Windows 9x. You can add it to scheduled tasks or, as I originally designed it, put it in the startup folder. I designed it in case of power failure, the computer would restart and re-connect to the internet, another utility would update my dyndns.org account and I could connect from work using the telnet protocol. Sean Blankenship :_beg @echo off goto _mod :_mod RUNDLL32.EXE RNAUI.DLL,RnaDial My Connection :_end