Go to my site, get wget if you don;t have it already, get the documentation. >From the Mini Howto section get the archvie with the example batch files, take a look at the wget options used in getlinks. Compare them with the manual.
Youl will use something like
wget -vkKrHp -l1
Use them on something like http://www.google.com/search?q=wget+windows+binary&num=100 for the first 100 pages.
http://www.google.com/search?q=wget+windows+binary&num=100&start=100 for the next 100.
Pay attention if you run this from a dos/windows batch file, the command shell will ruin your parameters at the & and = characters, so the best move is putting the url(s) in a file (one url per line) and using wget ... -i file instead of wget ... http://...
 
Heiko

--
-- PREVINET S.p.A.            [EMAIL PROTECTED]
-- Via Ferretto, 1            ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907472
-- ITALY
-----Original Message-----
From: adrianacgc [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 25, 2003 1:39 PM
To: Heiko.Herold
Subject: Wget for windows

Hi,
 
Could you help me about wget for windows?
 
I need to search for a word on the Web and I want that wget gets the links  related with this word and brings me all the documents to my HD.
 
How could I do it?
 
Thank you
 
Adriana.

Reply via email to