| > batch file, hts-log does not get updated. The batch
> runs fine and the website gets updated, but there is
> no log file to confirm this.
> "C:\\Program Files\\WinHTTrackhttrack"
> <http://www.mymirror.com/> -O "C:\\MyMirror" --update
> required explicitly for batch files in order to
> create a log file?
Your specifying a directory for the output. Perhaps the log is going to the
current directory. Try:
setlocal
cd /d C:\\myMirror
"httrack"...
| |