| Hi,
using httrack with the gui and 2 projects I got an indexfile with links to the
2 mirrored sites.
now I tried to mirror two sites with the commandlineversion in a batchfile,
but the second call of httrack deleted the previously mirrored site.
This is my batchfile:
httrack --update -X0 <http://www.sitea.com>
httrack --update -X0 <http://www.siteb.com> | |