| Try this:
create a folder where you want to store the files.
open a DOS prompt inside that folder.
type
for /L %a in (0,15,60) do "C:\Program Files\WinHTTrack\httrack.exe" r1 -q -X0
-N Page-%a-.html
<http://www.ffe.com/forum/?board=public;action=display;num=1226221591;start=%a>
This will download the first 5 pages of that topic to that folder.
You should see:
backblue.gif
fade.gif
hts-log.txt
index.html
Page-0-3.html
Page-15-3.html
Page-30-3.html
Page-45-3.html
Page-60-3.html
We'll have to figure out a way to make the pages name correctly, which we can
probably do using VBScript.
But if that's close to what you want, it might be enough.
> | |