http://www.opera.com/support/search/view/265/ → this doesn’t work for me for obvious (Bold Fortune file killing spree) reasons :(. Even if it does work, there would be an extra service running every time…
Anyway, what I’ve been using is a shortcut to my DSL connection in Network Connections. I placed it in the Startup folder. But lately, I’ve sometimes noticed it doesn’t open for some reason.
Does anybody have any other suggestions like with .vbs scripts or anything that can auto dial up?
Could you not use “Task Scheduler” found in System Tools to start the correct network service? You can set a bootup delay as well. You need to find the command that starts network dialup and give it the name of the DSL one and I think that’s it. The web should have more on that.
I found out where it went wrong: typo on the null - was missing the second l.
However, all those parameters don’t seem to affect the timing of less than a few seconds. e.g. I want to specify it times out in 1 second. I can’t seem to do this.
Edit: never mind. i found out how:
ping -n 1 127.0.0.1>NULL
However, it then creates an empty file called NULL. DOH! (:AGY)
So here’s what I did at the end:
Open Notepad and enter the following:
[ at ]echo off
ping -n 2 127.0.0.1
rasphone -d ISPConnection
Save as ISPConnection.bat (using ANSI format - Unicode or other doesn’t execute batch scripts on my PC for some reason) to a separate folder
Create a shortcut to ISPConnection.bat and set it to start minimized
Move this shortcut to my Startup folder.
Works and the console in the taskbar disappears as soon as my connection is connected ;D :-TU
But for how long…I’ll leave this thread open for a week or so just in case.