Unsolved
This post is more than 5 years old
2 Intern
•
587 Posts
0
11860
November 10th, 2004 18:00
How to automate a broadband connection?
I would like to have my PC automatically connect (at a certain time every day) to the Internet while I'm away. I have an ADSL broadband connection. I thought about using "Scheduled Tasks" from Control Panel but I can't find the executable assigned to the DSL dialer. Thanks.
No Events found!


bibek
55 Posts
0
November 10th, 2004 22:00
alegator
2 Intern
•
587 Posts
0
November 10th, 2004 23:00
alegator
2 Intern
•
587 Posts
0
November 11th, 2004 02:00
If it had been that easy I would've already done it without the need to post the question here. The problem is that when I click on Properties for the desktop shortcut for the DSL dialer it directs me to the same shortcut in the "Network Connections" (which again is another shortcut, not an executable). Also, I did not install any ISP software, I just used the Windows Connection Wizard to generate the dialer.
And regarding my need to do this is that for some reason my ISP disconnects me from the service at a certain time everyday, and their support is useless, so I'm better off automating the reconnection, which motivated this post.
Thanks.
thanhvn
75 Posts
0
November 11th, 2004 02:00
if you really want to, it's easy to find the executable associated with your dsl dialer. assuming the shortcut for the dialer is either in your programs menu or on the desktop, just right click on the shortcut, choose properties, and look in the target box. if there is no shortcut, go to the folder where your isp software is installed (if you forgot where it is, go browse your c:\program files folder), look at the executables there and guess which one it might be (it may be hard to find and you may to launch the executable to see what it does).
RichardLusignan
269 Posts
0
November 12th, 2004 12:00
Hi,
I don't know if this has been verified, but what about puting a check on the box "automatically redial if connection is lost" or something like that in the properties tab of your DSL connection in the Network section of Control Panel ?
alegator
2 Intern
•
587 Posts
0
November 12th, 2004 13:00
RichardLusignan
269 Posts
0
November 12th, 2004 13:00
Maybe a workaround then: What if you configure Internet Explorer to connect/use automatically your DSL connection, and then place IExplorer in a scheduled task at the appropriate time ?
Regards,
Rick
RichardLusignan
269 Posts
0
November 12th, 2004 13:00
I see.... strange because if I unplug my RJ-45 cable and plug it again it will reconnect... I though that loosing the connection would have the same result... my bad...
alegator
2 Intern
•
587 Posts
0
November 12th, 2004 13:00
alegator
2 Intern
•
587 Posts
0
November 12th, 2004 14:00
Rick,
Yes, good idea, I did that long time ago, I scheduled IE to open at a certain time each day (setting a certain homepage) and that would trigger the DSL dialer to connect. But for some unknown reason this stopped working after a while. So now I'm looking for a root solution, scheduling the dialer to connect.
I thought about writing a script to create an executable and then schedule this executable (and I am sure you can do it this way), but I lack programming knowledge. So I found this cool application, it's called :"Workspace Macro", it will automate the mouse movement and clicks. So I recorded a session in which I move the mouse pointer to START then CONNECT TO and then click my DSL dialer. The program then creates a script for this session which can be scheduled.
I would love to have that script written by myself!!!
Thanks.