Avast anti-virus

  • Thread starter Thread starter Zilla
  • Start date Start date
zilla62 said:
Anyway to schedule a scan at a certain time of day
with this product?

If the free version comes with the command line scanner, you could
create a batch file and schedule it with MS Task Scheduler (Control
Panel, Scheduled Tasks). Here's a sample batch file. Adjust parameters
to your liking. The example will scan all local hard drives, scan
inside archives and delete viruses found. Run ashCmd.exe /? for help.

@echo off
rem VSCAN.BAT - runs Avast command line virus scanner
rem
rem Place in Avast program directory.
rem

pushd %~dp0
ashCmd.exe /* /m /p=1 /_ /a /c /t=JZIMXRSTLCBWOEQHFVGPY7AN
popd

Hope this helps.

Doug
 
Back
Top