How To Download Files in command prompt
>> Friday, March 13, 2009
You can just download the file and Webpages from the Internet to your local computer from the command prompt.Following steps will guide you to the process of doing this .
Step 1 : download the wget.exe
Step 2: goto the localation where you are downloaded the wget.exe from the command prompt.
Step 3: Execute the command -> wget "http://www.aacharisu.com"
Step 4: The About command downloads the whole home page of the www.aacharisu.com website.
The wget can download almost all the file from the internet.
Your can download the file in a batch for example.
* If you want more the one URL/files to be downloaded then use the below option
wget -i file.txt
Where the file .txt contants the URL/File locations..
0 comments:
Post a Comment