rpsibew110
Joined: 28 Jan 2012 |
Posts: 0 |
|
|
 |
Posted: Sat Jan 28, 2012 8:26 pm |
|
 |
 |
 |
 |
I have a batch file that runs at start up that includes clamscan. OS: win7 on a compaq laptop
This is just one line in the batch file that runs at start up in a minimized window.
clamscan -d C:\programData\.clamwin\db -v -r C:\ --bell -i -l c:\users\chris\desktop\clamAVscanfile.txt
Everything works like I expect it to but the -i What I am looking to do is only log to the text file are the infected files it finds. I tried the --quiet but that only seems to work in the dos window and I still get all the files in the log file.
Does the -i work with this version clamscan "ClamAV 097.3?
TIA
Randy
EDIT 01-30-2012: AH! I see the error of my ways. Used the -v which must be for reporting not scanning. Works great now I get only errors/infections in the log.
|
|