| > What I type is:
> [httrack -%L C:/Programme/WinHTTrack/Test.txt -O
> "D:/Downloads/" -r20000 -R5]
> and the file is simply a list of URLs in the form:
> [http://www.xyz.com/dir/dir1/
> <http://www.xyz.com/dir/dir2/>]
>
> The logfile gives some clues that part of the
> command is not interpreted correctly, but I do not
> know which ones:
> [-/Programme/WinHTTrack/Test.txt
> (httrack -/Programme/WinHTTrack/Test.txt -O
> D:/Downloads/ -r20000 )]
> Are some quotation marks missing in the command or
> in the text file?Url format is <protocol://host/path/file.ext> So you want
<file://c:/programme>...
You may need it quoted (definitely if it had spaces EG "C:/program
files/...")
likewise for the text file.
You may need the -%L after the url (I don't know.)
> To add to the confusion, everything works from the
> windows GUI (with the same textfile) and the logfile
> gives a similar command line, but I cannot bring...
The hts-cache/doit.log is almost a drop in to batch file. (just have to use
proper quotes, IE DOS.bat: double all percents.) | |