PDA

View Full Version : How To Use Wget


beowluf
10-18-2012, 03:15 PM
hi

Could you help me use wget to download video I used to use rtmpdump
but I 'd like to start using wget :
How does it work because when i click on the .exe application a black SCREN appear and disapear in a one second.what should I do to use wget please make a tutoriel to use wget.
thnaks in advance

evol
10-23-2012, 12:51 PM
Open command prompt and

wget --help
Usage:
wget [OPTION] [URL]

Looks like you have been looking at other people's batch scripts from other forums ?

svnpenn
10-23-2012, 04:55 PM
How does it work because when i click on the .exe application a black SCREN appear and disapear in a one second.

As any who has used the command line will tell you, this is a common problem. You are trying to invoke wget with no parameters, so it is rightly closing immediately. In order to invoke wget with parameters, you need to open the Command Prompt first. This is under

Start Menu, Programs, Accessories

Once you have opened the Command Prompt, you can invoke wget as evol has stated.

Looks like you have been looking at other people's batch scripts from other forums ?

If you simply looked at his other posts you would see that he was led on this path by me, and not by some other forum.