| > How can I use directly my winprofile.ini file to run
> httrack ?
This isn't yet possible
> Does httrack for windows support .httrackrc ?
it supports httrackrc (without leading ".")
> Could my winprofile.ini file be renamed
> in .httrackrc ? is it the same syntax ?
No - totally different one - example:
set sockets 4
set near on
deny ads*
allow *.gif
allow *.jpg
allow *.css
allow *.js
allow *.png
To summarize, you have three keywords: allow/deny for scan
files, and set <name> <value> to set options (option names
are listed with httrack --help between parenthesis)
| |