> UI version of httrack works perfectly. But i need to
> use console version of it. Could you write the
In the hts-cache is doit.log convert it to a script.
On windows:
1) copy doit.log to doit.bat and edit with notepad
2) quote shell special characters (double percent signs)
-qiC2%Pnxs2u1Z%s%uN5%I0p... becomes
-qiC2%%Pnxs2u1Z%%s%%uN5%%I0p...
3) add the command to the beginning
"%ProgramFiles%\WinHttrack\httrack" -qiC2%%P...
|