On Thursday 20 April 2006 10:18, you wrote: > Im newbie and using a windows port of wget version 1.10.2b > > I want to define wget http://fly.srk.fer.hr/ inside .wgetrc by that I want > to define several path to download like http://fly.srk.fer.hr/ inside > .wgetrc and only use the command wget which then use .wgetrc to before > everthing. > > 1. > I this possible i can not find the variable which im suppose to use inside > .wgetrc to have the value http://fly.srk.fer.hr/ ?
Yes it is possible, use 'input=file' in .wgetrc file. When you start wget it will read the file specified for urls. It works like the '-i' command line option so read that for more information on how it can be used. Curtis