| > How can I please start WinHTTrack from a batch file
> with a specific project name (and the underlying
> list of URLs), download the project content and then
> TERMINATE WinHTTrack ?
You can't. You have to use httrack.
copy the doit.log to doit.bat and edit with notepad.
All percents need to be doubled.
Add the command to the beginning "c:\Program Files\WinHTTrack\httrack.exe"
save
schedule it:
at 8:00 /interactive /every:monday "c:\path2doit\doit.bat"
| |