> This is the build that is working right now:
> " %h%p/%[read::::].%t "
>
> the only problem is that the filenames all end in
> .htm.
> I tried adding an "s" in front of the "t" this
> morning and I got all files with the extension
> "*.htm_". Can someone help? I can't have the "_" at
> the end. :-( Thank you.
> G
Are you still working on mirroring that Clark County site?
You should review my post about the user-built structure
<http://forum.httrack.com/readmsg/12498/12475/index.html>
because "%h%p/%[read::::].%t" this doesn't make a lot of sense. The
"%[read::::]" part is doing nothing... other than making bogus filenames I
imagine.
I just tested against a few of the site's pages using the structure:
%p/%[read:::file:file].%st
which worked successfully for me. The extension of the saved files are .htm
|