| This is something i couldn't find an answer for
this is how i batch-update all my local mirrored sites
first you have to include httrack in the path enviroment variable (go to mi
pc, properties, advanced, enviroment variables)
then you have to create a .bat file in the c:\My Web Sites\
folder with this command
for /D %%f in (*.*) do IF NOT %%f==hts-cache cd c:\My Web Sites\%%f && httrack
--update --quiet && cd c:\My Web Sites\
replace c:\My Web Sites\ with the directory where you save your mirrored
pages
it will go trough each folder and update it | |