Thread: How To Use Wget
View Single Post
  #3  
Old 10-23-2012, 04:55 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: How To Use Wget


Quote:
Originally Posted by beowluf
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.

Quote:
Originally Posted by evol
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.
Reply With Quote