Curtis Hatter skrev:
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

Thanx a mill that works.
Just one more question.
What really would give me the flexibility is if I can use the -i "somefile.txt" to also variables for every defined url.
Something like this inside "somefile.txt"

http://fly.srk.fer.hr/
-r http://www.gnu.org/ -o gnulog
-S http://www.lycos.com/

I guess this is possible but not the way I do it?


Reply via email to