HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Copy files with incremental parameter value
Author: William Roeder
Date: 09/23/2007 14:57
 
> I've searched with no success, and need a solution
> for my problem.

You didn't search very hard.  
Incremental search - <http://forum.httrack.com/readmsg/9544/index.html>

> I want to download large amount of pages, such as:
> <http://my.domain.com/?type=animals&AnimalID=1>
> <http://my.domain.com/?type=animals&AnimalID=2>
> ...
> <http://my.domain.com/?type=animals&AnimalID=1000>

cmd:
for /l %A in (1,1,1000) do echo
<http://my.domain.com/^?type=animals^&AnimalID=%A> >>tmp.txt
notepad tmp.txt
select all and copy
httrack paste url
 
Reply Create subthread


All articles

Subject Author Date
Copy files with incremental parameter value

09/22/2007 18:04
Re: Copy files with incremental parameter value

09/23/2007 14:57




8

Created with FORUM 2.0.11