PDA

View Full Version : Auto Dial



Defib
24-07-2011, 05:47 PM
Hello All

Does anyone know of software that I can automatically dial up (my internal 3g modem) at a certain time and then disconnect another specified time??

All help is appreciated

Thanks

ginggs
25-07-2011, 11:09 AM
Does anyone know of software that I can automatically dial up (my internal 3g modem) at a certain time and then disconnect another specified time??
How about the built-in task scheduler in Windows?

Find the name of the dial-up networking entry for your modem's dashboard then create a task that runs:

rasphone -d <name of the dial-up entry>
to connect and

rasphone -h <name of the dial-up entry>
to disconnect.

Defib
01-08-2011, 01:51 AM
will attempt - thanks :)