India Broadband Forum


Easiest way to automate night 2-8 downloads....... without any software....

This is a discussion on Easiest way to automate night 2-8 downloads....... without any software.... within the BSNL broadband forums, part of the Broadband Internet Service Providers category; Hi..... if you are looking to easily automate free downloads, just try this..... This has been brought up in many ...

Go Back   India Broadband Forum > Indian Broadband Forums > Broadband Internet Service Providers > BSNL broadband

India Broadband Forum


BSNL broadband Bsnl broadband internet connection and modems, routers and other bsnl dataone related issues can be discussed here.

                      

Poll: Did you find this thread usefull?

Poll Options
Did you find this thread usefull?

Reply

 

LinkBack Thread Tools Display Modes
Old 10-30-09, 05:58 PM   #1
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default Easiest way to automate night 2-8 downloads....... without any software....

Hi..... if you are looking to easily automate free downloads, just try this..... This has been brought up in many threads, still i just managed to summarize everything here... The main reason for bringing this up again is because so many are still searching to find a way to automate downloads.....

you will need to configure your modem to work in BRIDGE mode for this to work.....

Steps to configure UT300R2U modem is here, also given is how to create a dialler.....

http://www.indiabroadband.net/bsnl-b...reduced-2.html (Home 500 + UT300R2u bandwidth suddenly reduced)

Some do say bridge mode is a bit of a hassle, but i find no problems with it whatsoever till now.....

I tried this on xp-sp2 and should work on vista as well, I hope......

All you need to do is put the system in Hibernate mode and make the windows scheduler run a command file at say, 2.15am (to make sure we don't start before 2am......)
Make sure your modem is also ON..... Don't worry, in bridge mode unless you log in from the dialer internet won't be connected......

Code:
@ECHO OFF

:CONNECT
rasdial connection-name username password
if NOT %ERRORLEVEL% ==0 GOTO FAILED
EXIT

:FAILED
GOTO CONNECT

copy paste this into notepad, replace connection-name with your dialer name, username with your bsnl id, password and save as connect.cmd.........
next step is to make the windows scheduler to run this file at 2.15am....

note:To make the windows scheduler work you will need atleast an account with password on your computer..... This is no problem..... If you log in every time as Administrator, just create a password for it (like xyz or 123 or anything).............. Or create a new account with password.....

Lastly make your torrent client run at say, 2.16am.....

By the way, I'm using XP-SP2 with UT300R2U modem, Utorrent..........
hitler517 is offline   Reply With Quote
Old 10-30-09, 06:15 PM   #2
Junior Member
 
Join Date: Jun 2009
Age: 22
Posts: 4
Rep Power: 0
chalookhopdi is on a distinguished road
Default

Can u tell me how to create a dialer in Macbook??
chalookhopdi is offline   Reply With Quote
Old 10-30-09, 06:30 PM   #3
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

Code to run the torrent client

Code:
start "" "path to torrent client executable file"
Example: start "" "C:\Program Files\uTorrent\uTorrent.exe"

Code to hibernate Windows XP

Code:
RUNDLL32.EXE PowrProf.dll,SetSuspendState
PS, Windows scheduler is unreliable. Using a 3rd party scheduler software is better.
Archer is offline   Reply With Quote
Old 10-30-09, 06:36 PM   #4
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
PS, Windows scheduler is unreliable. Using a 3rd party scheduler software is better.
The only problem I found with windows scheduler so far is that it will need a user with password to run a task..... This can be easily solved by setting an easy to remember password like 123 etc......
hitler517 is offline   Reply With Quote
Old 10-30-09, 06:47 PM   #5
The Wizard
 
meetdilip's Avatar
 
Join Date: Aug 2009
Posts: 895
Rep Power: 1
meetdilip is on a distinguished road
Default

Create two batch files using rasdial and schedule it using Windows Scheduler or a third party client.

You will find it here

http://www.indiabroadband.net/broadb...oad-night.html (Automate Download at Night)
meetdilip is offline   Reply With Quote
Old 10-30-09, 07:38 PM   #6
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
Originally Posted by meetdilip View Post
Create two batch files using rasdial and schedule it using Windows Scheduler or a third party client.

You will find it here

http://www.indiabroadband.net/broadb...oad-night.html (Automate Download at Night)
I assumed everyone will wake up at 8.00am......

In case you don't here is the cmd file code for disconnection.......

Code:
rasdial connection-name /DISCONNECT
save this as a cmd file and schedule to run at 8.00am.......
hitler517 is offline   Reply With Quote
Old 10-30-09, 08:03 PM   #7
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
Default

i am using this method in windows 7 final.
working fine!
imrock is offline   Reply With Quote
Old 10-30-09, 08:36 PM   #8
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

Quote:
Originally Posted by hitler517 View Post
The only problem I found with windows scheduler so far is that it will need a user with password to run a task..... This can be easily solved by setting an easy to remember password like 123 etc......
Does this script also wakes system from hibernation ? I use the BIOS settings to start system system after 2 AM, so never tried it.

I am using this method in Windows XP SP3 without a password protected account. The reason I said Windows Scheduler is unreliable is that sometimes it doesn't run the task.

Last edited by Archer; 10-30-09 at 08:58 PM.
Archer is offline   Reply With Quote
Old 10-30-09, 08:58 PM   #9
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
Does this script also wakes system from hibernation ? I use the BIOS settings to start system system after 2 AM, so never tried it.
After you create a scheduled task, right click and select properties.....
Ensure that Wake the computer to run this task is enabled.....
This will make the task scheduler to run the task resuming from hibernate mode......

See screnshot below.....




Quote:
I am using this method in Windows XP SP3 without a password protected account. The reason I said Windows Scheduler is unreliable is the sometimes it doesn't run the task.
Ya, that's the only problem with windows scheduler.... u need to have an account with password to run windows scheduler....... Otherwise it won't work..... It's easy.... just enable a password for your account.......
hitler517 is offline   Reply With Quote
Old 10-30-09, 09:20 PM   #10
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

Thanks. I never noticed that option before.

Quote:
Originally Posted by hitler517 View Post
Ya, that's the only problem with windows scheduler.... u need to have an account with password to run windows scheduler....... Otherwise it won't work..... It's easy.... just enable a password for your account.......
I mean it also works without a password protected account.

Enable "Use the Welcome screen" and disable "Use Fast User Switching" in User Account settings. Also enable "Run only if logged on" in windows scheduler task properties and it will work without a password protected account.
Archer is offline   Reply With Quote
Old 10-30-09, 09:30 PM   #11
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
I mean it also works without a password protected account.

Enable "Use the Welcome screen" and disable "Use Fast User Switching" in User Account settings. Also enable "Run only if logged on" in windows scheduler task properties and it will work without a password protected account.
Thanks buddy.... It works without password that way.......
hitler517 is offline   Reply With Quote
Old 10-30-09, 10:50 PM   #12
Junior Member
 
Join Date: Mar 2009
Age: 21
Posts: 12
Rep Power: 1
Jumbomgk is on a distinguished road
Default

Thanx for the wonderful trick@@@@@!!!!!!!
happy downloading.................

Last edited by Jumbomgk; 10-30-09 at 10:52 PM. Reason: Automerged Doublepost
Jumbomgk is offline   Reply With Quote
Old 10-31-09, 11:14 AM   #13
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
Originally Posted by chalookhopdi View Post
Can u tell me how to create a dialer in Macbook??
Configure Mac OS X

1. From the Apple menu, choose System Preferences.
2. From the View menu, choose Network.
3. Choose "Internal Modem" from the Show pop-up menu (or the "Configure" pop-up menu prior to Mac OS X v10.1).
If your computer does not have a built-in modem, select your external modem.

4. Mac OS X v10.5 or later: From the Configuration pop-up menu, choose Add Configuration.
Mac OS X 10.4.x or earlier: Click the PPP tab.
5. Enter your information into the relevant fields. Your username goes in the Account Name field, for example. If you want to copy this connection information to other user accounts on this computer, select "Save password".
6. You should now be able to connect. If you need to configure DNS servers or other advanced settings, continue to the next step.
7. Mac OS X v10.5 or later: Click the Advanced button, then click the DNS tab.
Mac OS X v10.4 or earlier: Click the TCP/IP tab. Choose either PPP or Manually from the Configure pop-up menu, as instructed by your Internet service provider. If configuring manually, type the IP address in the matching field.
8. Type the DNS server addresses in their field if necessary (click the "+" button first in Mac OS X v10.5 or later).
9. Click OK.
10. Click Apply (or Apply Now for Mac OS X v10.4 or earlier).


Connect and verify

1. Mac OS X v10.5 or later: Open Network preferences (in System Preferences).
Mac OS X v10.4.x or earlier: Open Internet Connect (from the Applications folder).
2. Be sure the Configuration pop-up menu is set to your modem.
3. Click the Connect button.
4. Once you're connected, open a Web browser or other Internet application to make sure your connection works.
hitler517 is offline   Reply With Quote
Old 10-31-09, 10:40 PM   #14
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
Default

Quote:
Originally Posted by hitler517 View Post
After you create a scheduled task, right click and select properties.....
Ensure that Wake the computer to run this task is enabled.....
This will make the task scheduler to run the task resuming from hibernate mode......

See screnshot below.....






Ya, that's the only problem with windows scheduler.... u need to have an account with password to run windows scheduler....... Otherwise it won't work..... It's easy.... just enable a password for your account.......
thank you!!great work!


the problem of account is bad.
it is solved in windows vista and 7!
imrock is offline   Reply With Quote
Old 10-31-09, 11:12 PM   #15
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
Originally Posted by imrock View Post
thank you!!great work!


the problem of account is bad.
it is solved in windows vista and 7!
even the problem of account is solved....... (Thanks to Archer......)
see post #10 by Archer...........
that way you won't need the password for scheduler......
hitler517 is offline   Reply With Quote
Old 10-31-09, 11:35 PM   #16
Bronze Member
 
Join Date: Oct 2009
Location: Bilaspur, Himachal Pradesh
Posts: 116
Rep Power: 1
rishbhsharma is on a distinguished road
Cool Automatic Downloads

I use IDM to because it has all functions you need and so I.
Features:
More Downloading speed [very different from another softwares]
QUEUES [Timed queues starts downloading at a fixed time and closes at a fix time too.]
and many more features
rishbhsharma is offline   Reply With Quote
Old 11-01-09, 06:32 AM   #17
Bronze Member
 
Join Date: Feb 2009
Location: KeRaLa
Posts: 124
Rep Power: 1
hitler517 is on a distinguished road
Default

Quote:
Originally Posted by rishbhsharma View Post
I use IDM to because it has all functions you need and so I.
Features:
More Downloading speed [very different from another softwares]
QUEUES [Timed queues starts downloading at a fixed time and closes at a fix time too.]
and many more features
I'm also using IDM............
hitler517 is offline   Reply With Quote
Old 11-02-09, 10:17 AM   #18
Bronze Member
 
Join Date: Oct 2009
Location: Bilaspur, Himachal Pradesh
Posts: 116
Rep Power: 1
rishbhsharma is on a distinguished road
Smile

Quote:
Originally Posted by hitler517 View Post
I'm also using IDM............
Yes. IDM gives me a great internet speed and has many features
rishbhsharma is offline   Reply With Quote
Old 11-02-09, 11:55 AM   #19
Bronze Member
 
Gaurav Rao's Avatar
 
Join Date: Jul 2009
Location: Pune
Posts: 157
Rep Power: 1
Gaurav Rao is on a distinguished road
Send a message via Yahoo to Gaurav Rao
Default

hey jst download automation file from megaupload i have uploaded....
Gaurav Rao is offline   Reply With Quote
Old 11-02-09, 04:47 PM   #20
Junior Member
 
NoisySilence's Avatar
 
Join Date: Feb 2009
Location: Rajkot, Gujarat
Age: 23
Posts: 15
Rep Power: 1
NoisySilence is on a distinguished road
Send a message via Yahoo to NoisySilence
Default

If I may have my own input, I had written a blog entry back in April based on using Batch configuration method.

here is the link -> z.pe/AbB (copy paste in browser)

also, i have made the xml config files for Vista available for download. so you can import them directly into your task scheduler.

Hope this helps
NoisySilence is offline   Reply With Quote
Reply

Tags
automate, downloads, easiest, night, software

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Automate Download at Night India Broadband Forum Broadband How to 13 11-02-09 06:17 AM
Easiest way to check broadband uses vijaykhairnar BSNL broadband 13 09-08-09 06:15 AM
Dataone Night Unlimited offer! software wanted mjkrishnan2004 BSNL broadband 5 12-10-08 10:37 PM
usage portal is not showing night downloads separate? kiduvipin BSNL broadband 9 03-09-08 01:06 PM
Help needed to automate downloads kiduvipin BSNL broadband 3 03-01-08 07:49 PM


All times are GMT +5.5. The time now is 03:34 AM.


India Broadband Forum