| > Thank you, but I can not get it to work
> it leaves this message on hts-log
> C:\Program\WinHTTrack\httrack -O
> G:\vattenfall\Webmaterial\vfalld2b0 -r2 -
> \arkiv\kundprojekt\vattenfall\HTTrackURLtest.txt
Something is wrong with the dos command - the %L option
seems to have been mangled by the shell.
Try escaping all parameters using quotes (""), such as
"C:\Program Files\WinHTTrack\httrack.exe" "-%L"
"C:\download.txt" "-O" "C:\foo"
Apparently several "DOS" releases are badly unescaping %
and "".
You can alternatively try to use -&L (the -% and -& options
are identical)
"C:\Program Files\WinHTTrack\httrack.exe" "-&L"
"C:\download.txt" "-O" "C:\foo"
| |