| > I copy the first line of hts-cache/doit.log and try
> it with the command line:
>
> "C:Program FilesWinHTTrackhttrack"
> -qiC2%P0%q0%s%uN5%I0H0%kf2o0A25000%f#f -F
> "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)"
> -%F "<!-- from %s%s by HTTrack Website Copier/3.x
> [XR&CO'2006], %s -->" -%l "fr, en, *"
> <http://www.my-website.com> -O1 "C:\httrack\test"
Percent is special to the shell. If you put it inside a .bat/.cmd file you
must double the percents (-%%F) | |