The addon does not parse equals signs right.
This batch file will be a temp fix until either the author or I post a fix.
officialg0d.com/avg/This is the file called scan.bat
echo off
cd "C:\Program Files\AVG\AVG8\"
cls
avgscanx.exe /scan=%1 %2 %3 %4 %5 %6 %7 %8 %9
put that in your avg dir or wherever and make sure that:
cd "C:\Program Files\AVG\AVG8\"
is where your avg is installed
you will not have to pass the /scan= to the program so your arguments will be
%1
you could do any other arguments up to 8 total
%1 /HEUR /ARC /CLEAN
etc
here is the help output of the program:
AVG 8.0 Anti-Virus command line scanner
Copyright (c) 1992 - 2008 AVG Technologies
/SCAN Scan /path,path/
/COMP Scan whole computer
/HEUR Use heuristic analyse
/EXCLUDE Exclude path or files from scan
/@ Command file /file name/
/EXT Scan these extensions /for example EXT=EXE,DLL/
/NOEXT Do not scan these extensions /for example NOEXT=JPG/
/ARC Scan archives
/CLEAN Clean automatically
/TRASH Move infected files to the Virus Vault
/QT Quick test
/MACROW Report macros
/PWDW Report password-protected files
/IGNLOCKED Ignore locked files
/REPORT Report to file /file name/
/REPAPPEND Append to the report file
/REPOK Report uninfected files as OK
/NOBREAK Do not allow CTRL-BREAK to abort
/BOOT Enable MBR/BOOT check
/PROC Scan active processes
/PUP Report "Potentially unwanted programs"
/REG Scan registry
/COO Scan cookies
/? Display help on this topic
/HELP Display help on this topic
/PRIORITY Set scan priority /Low, Auto, High/
/SHUTDOWN Shutdown computer upon scan completion
/FORCESHUTDOWN Force computer shutdown upon scan completion
/ADS Scan Alternate Data Streams (NTFS only)
Ill try and work on his addon.