Defib Expert Member Joined Mar 6, 2005 Messages 2,248 Reaction score 47 Location Cape Town Jul 24, 2011 #1 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
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 ༼ つ ◕_◕ ༽つ Super Moderator Joined Jun 26, 2006 Messages 12,171 Reaction score 737 Location Kapkaupunki Jul 25, 2011 #2 Defib said: 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?? Click to expand... 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: Code: rasphone -d <name of the dial-up entry> to connect and Code: rasphone -h <name of the dial-up entry> to disconnect.
Defib said: 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?? Click to expand... 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: Code: rasphone -d <name of the dial-up entry> to connect and Code: rasphone -h <name of the dial-up entry> to disconnect.
Defib Expert Member Joined Mar 6, 2005 Messages 2,248 Reaction score 47 Location Cape Town Aug 1, 2011 #3 will attempt - thanks