Router Restart Method or Tool for BSNL Happy Hours Working on Windows 7??

Status
Not open for further replies.

himanshuaieee

Contributor
K.... Now that windows 7 is so popular, and everyone is using it./

And I being on Windows 7 x64

I wanted to know is there anyways to restart the modem at 2:05 automatically to enjoy the BSNL Happy hours,

without waking up at 2:00 AM, and then again restart it at 7:50.../

I am pressing on Windows 7 because in past I have come across techniques using telnet thingy and also some tools (which ultimately use the telnet method) which works perfectly on Windows XP, but didnt worked out on Windows Vista and Windows 7 in the first place then.

So I thought it will be nice to ask about such tool now, with huge population shifting to Windows 7, and BSNL Night Unlimited plan being quite a popular plan in India!!!



So those who have successfully tested any methodology or software solving the above mentioned purpose on Windows 7, please post and enlighten us.... Regards


NB: Just for information I am using NetGear DG834 ADSL2+ MODEM ROUTER

 
just schedule using task scheduler that comes with windows bundle.

i can give you batch files for connect, disconnect and can help you to schedule tasks.

Here's how -

1. Create a wordpad file and copy following code into it, replace username and password with your current Dialer username and password. Save it as connect.bat
Code:
rasdial Dataone username password

2. Similarly create disconnect.bat
Code:
rasdial Dataone /disconnect

3. Shutdown -

> To task shutdown, go to Tash Schedular,
> Click Action >> Create a Task >>
> Give any name you want, now configure for windows vista/windows 7 whatever you want in general tab.
> In Triggers tab, add a trigger whenever you want to perform a task,
> In Actions tab, Create a new Action with following settings.
Action : Start a Program
Program/Script : every:M,T,W,Th,F,S,Su
Add arguments : shutdown -s -t 60 -c "Too late,it's time to go to bed!"

Create a Task, this will shutdown your PC with a display message that you've given in double quotes.

Similarly create two tasks for connect and disconnect -

> To task shutdown, go to Tash Schedular,
> Click Action >> Create a Task >>
> Give any name you want, now configure for windows vista/windows 7 whatever you want in general tab.
> In Triggers tab, add a trigger whenever you want to perform a task,
> In Actions tab, Create a new Action with following settings.
Action : Start a Program
Program/Script : <path to connect.bat and disconnect.bat>

Here you done with connect, disconnect and shutdown part. The rest taks like opening download managers, torrent clients can be done their too.

I'll search for proper turn on method and will let you know. Right now I do it manually..
 
  • Like
Reactions: 1 person
^ I'd like to add a small change in the bat script for disconnection.

If the Dataone /disconnect does not work in some cases (like my x64 home premium machine) use Dataone /d
 
  • Like
Reactions: 1 person
Thanks Rahul Rulez for your effort and post...

I really appreciate that.

Does this method works in bridged mode in Windows 7, means have you tested it??

Anyways I have found out this very good tool:-

Auto-connect Download scheduler PC-Gyaan

I am testing it, will post back with response, meanwhile you people with Win 7 and BSNL NU Plan, try it and post back comment!!

This guy has really worked nicely on the software, and has also worked on x64 bit version + it supports task scheduling as well!!

You people also try it out, and post back with your usage experience!!!

Regards!!
 
Status
Not open for further replies.