Subject: Re: Problems with httrack from batch file
Author: William Roeder
Date: 01/31/2012 14:18
> From a Windows batch file I run;
>
> >httrack.exe --sockets=1 -%c1 <http://example.com>
> -O ".example.com" "-*" "+http://example.com*"
> "-*?*=*"
Windows batch files use % as a variable substitution.
Double all percent signs.