336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Starting Avira System Scanner from the command line

Many download managers and backup programs allow you to scan files with a virus scanner, using the command line. In this way, you can use the graphical user interface of Avira software, configuring it with the following parameters (the syntax is not case-sensitive, but the paths have to be inserted in double-quotes):
 /CFG="<path to the scan profile file>"
 /PATH="<path to the folder or file to be scanned>"

Examples:
"%PROGRAMFILES%\Avira\AntiVir Desktop\avscan.exe"  /CFG="%PROGRAMFILES%\Avira\AntiVir Desktop\scan.avp"
 "%PROGRAMFILES%\Avira\AntiVir Desktop\avscan.exe"  /PATH="%WINDIR%"
 "%PROGRAMFILES%\Avira\AntiVir Desktop\avscan.exe"  /PATH="C:\Downloads\"
 "%PROGRAMFILES%\Avira\AntiVir Desktop\avscan.exe"  /PATH="C:\Downloads\%1"

Avira System Scanner uses the configuration set in Avira product, under Configuration → PC Protection → System Scanner. So, if you activated the option Scan master boot sectors, they will be scanned every time avscan.exe starts.

In case you do not want to use this option, because the scanning takes longer, there is a work-around, for scanning only the selected files.
1. Download this profile file (right-click the link and select Save link as): filescan.avp
2. Save the file on your hard disk, then right-click it and select Properties. Activate the option Read only and press OK.
3. Now you have to apply this profile to the /CFG parameter. For example, to use Avira products with WinRAR, you have to use the following parameters:
 System Scanner name: "%PROGRAMFILES%\Avira\AntiVir ...\avscan.exe"
 System Scanner parameter: /CFG="C:\filescan.avp" /PATH="%f"

You can also use Avira Command Line Scanner (AVCLS) which has detailed configuration possibilities. It can be downloaded from Avira website, under Downloads. Please read the installation guide and the description of the parameters in the downloaded text file.

'Common knowledge' 카테고리의 다른 글

썬더버드 백업  (0) 2016.08.23
IP주소 정규식 패턴  (0) 2016.07.28
C++ warning C4018 해결  (0) 2016.07.26
C++ warning C4996: 'mbstowcs' 해결  (0) 2016.07.26
C++ 클래스 변수 사용  (0) 2016.07.26

+ Recent posts