cmd line report file

i would like to be able to use the following cmd line function like so, but not print out all the detail…

“C:\Program Files\Avast Software\Avast\ashCMD.exe” Y:\HD2DATAY\Downloads /_> “C:\ProgramData\Avast Software\Avast\report\DOWNLOADSRPT.txt”

is it possible to use this command and just print a summary at the end??
i want to use this in a batch file and do not want line by line detail…

many thanks …

No, you’re redirecting the console output, and there’s no way to change the data printed to the console.
You may want to use the switch /r instead (but even then the report will include some other info potentially - such as infected files or errors, not just the summary table).