| batch file content:
---
c:\"Program Files (x86)"\httrack\httrack.exe <http://xxx/> --max-rate 999999
---
console msg:
---
There is an index.html and a hts-cache folder in the directory
A site may have been mirrored here, that could mean that you want to update
Be sure parameters are ok
Press <y> to confirm, <n> to abort
---
i want to confirm with y automatically.
how to realize this in a batch file? | |