| 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"
)) | |
|
|
|
|
3
Created with FORUM 2.0.11