| > Hello. I'm still trying to build a batch file that
> downloads automatically my websites. I have tryed to
> execute the second line of hts-log.txt, as mentioned
> in this forum, but i get a
> "File not Found" error. I have executed it from the
> folder where WinHTTrack was installed.
> Where is my error?Thank you.
hts-log.txt shows the command for winhttrack - did you change your batch to
execute httrack instead? Generally you wouldn't want a GUI from a batch
file.
What is returning "File not found"? HTTrack or when you browse the mirror?
Just tested now and this command works fine for me:
"c:\Program Files\WinHTTrack 3.33\httrack" -qwxs0%u0%kf2#f -N1001 -F
HTTrack/3.0x -P proxy:8080 -%l "en, *" <http://example.com/> -O "C:\My Web
Sites\test" +*.png +*.gif +*.jpg +*.css +*.js | |