HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: How to run HTTrack automatically
Author: William Roeder
Date: 12/18/2009 14:50
 
> Is there way to set run HTTrack to mirror the site
> regularly (and automatically)as scheduled task

I copy doit.log to doit.bat
double all percents
add "path to httrack\httrack" to the beginning of the line
verify it works
in a command line type
for %Q in ("doit.bat") do (
for %D in ( tuesday wednesday thursday friday saturday sunday ) do (
        at 2:30 /interactive /every:%D "%~Q"
))
 
Reply Create subthread


All articles

Subject Author Date
How to run HTTrack automatically

12/18/2009 11:27
Re: How to run HTTrack automatically

12/18/2009 14:50
Re: How to run HTTrack automatically

01/06/2010 12:44
Re: How to run HTTrack automatically

01/23/2010 18:19




3

Created with FORUM 2.0.11