| > How can I set WinHTTrack/httrack.exe to run at a
> scheduled time for the purpose of updating an
> existing SPECIFIC PROJECT?>
> I have a good general idea of the command line
> options but I'm just not sure how to refer to a
> specific project created with WinHTTrack.
copy PROJECT\hts-cache\doit.log doit.bat ANYWHERE\doit.bat
notepad doit.bat: double all percent signs, prefix
"fullPATH2HTTRACK\httrack.exe"
schedule it: at 2:30 /interactive /every:wednesday "fullPATH2\doit.bat" | |