Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 01-01-2011, 07:07 PM   #1 (permalink)
Adam young
 
sukesh1090's Avatar
 
Join Date: Aug 2010
Location: udupi, karnataka
Posts: 1,511
Default Automatic Download


Hello. I have BSNL 500c plan(Night Unlimited). So i want the procedure to start computer automatically, start download automatically in utorrent and so on. I'm not able to find that thread. So please kindly anyone post the url, or tell the procedure in brief. Thank You in advance!
__________________
Spoiler:
:razz:| [AMD PhenomII 955BE 3.2GHz @ 1.25V] [CM Hyper 212EVO][Corsair carbide 400R] [Gigabyte GA 880GM-USB3] [MSI MD1GD5 R6670 @875MHz & 1150MHz] [4GB Vengeance 1600MHz] [Seasonic S12 II 520W] [LG W1943C 19"] [Seagate baracuda 1TB] [GM M6800] [LG DVD+RW]:razz:

Quote:
My rifle and myself are the defenders of my country.
We are the masters of our enemy.
We are the saviors of my life.

-Rifleman's Creed
sukesh1090 is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-01-2011, 05:25 AM   #2 (permalink)
In The Zone
 
hansraj's Avatar
 
Join Date: Sep 2004
Location: Pune
Posts: 436
Default Re: Automatic Download

I dont know where the link is, but here is the info how to do it.

1. For enabling the automatic start of your pc, go to the bios options and find the option of RTC alarm or similar under the power options. Set the time as 0210 for starting the computer at that time. Different company mobos have different label/name for the same feature but you should be able to find it under power options definitely.

2. For internet connection, make a connect.bat file with this code given below

@echo off
rasdial connection-name username password

In the above two lines of codes, the "connection-name" should be the name of your internet connection like BSNL or Broadband or Internet. Preferably keep it as single word name and not like "BSNL Broadband" which has space in between, that complicates the command. "username" is your username which is entered in your dial up box and "Password" is your internet password.

Execution of this batch file by double clicking it will connect you to internet.

3. For executing this file at a specified time go to windows task scheduler and set a time of 0215 AM for executing this file. Now your PC will get connected to net.

4. Similarly create another bat file as disconnect.bat with follwing command within:

@echo off
RasDial /DISCONNECT

Run this batch file at 0750 AM so that you can have your pc disconnected at that time. Running this file has to be programmed in task scheduler again at the desired time.

5. To hibernate the pc , create yet another bat command file with name hiber.bat

@echo off
rundll32 powrprof.dll,SetSuspendState

and run this bat file at 0755 AM through task scheduler again.
For shutting down and not hibernating make a file shut.bat with

@echo off
shutdown -s -f

again schedule this file for running at 0755 AM.

But I would suggest always do a hibernation. Its power efficient and quick.

6. If you want to stop a program/application then again make a kill.bat and add following command

@echo off
TASKKILL/F /IM application-name.exe

where application-name is the name of application as it shows up in task manager when the program is running... i.e for internet explorer its iexplorer.exe.

I hope this should help you.

PS: If you dont know how to create a bat file then just open notepad, copy the codes given above for various commands and while saving, instead of saving the file as *.txt file select all files options and save the file as whatever.bat file.
__________________
"An eye for an eye leaves the world blind." - Gandhi

Athlon II X 4 620 Quad Core, Gigabyte GA-MA 785 GPMT, G-Skill DDR3 1333 Mhz 2GB X 2, Seagate 1 TB + Seagate 80 GB, Win 7 Ultimate 64 Bit
hansraj is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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


 
Latest Threads
- by chris
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 04:57 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2