clamwin + 拖拽查毒+右鍵查毒

下載 clamwin 到 windows 並安裝

http://www.clamwin.com/shell

爲了方便使用clamwin,寫一個bat,實現拖拽到bat 自動查毒

@echo off
mode con cols=100 lines=2
REM 拖拽查毒
REM 文件全名爲: %~nx1, 文件名爲: %~n1, 擴展名爲: %~x1
REM set "suffix=%~x1"
set "path=%~dp1"
set "filename=%~nx1"
echo checking....  %path%%filename%
"D:\Program Files (x86)\ClamWin\bin\ClamWin.exe"  --mode=scanner --path="%path%%filename%"
exit

注意: 參數path的雙引號不能少,否則遇到奇怪的字符如中文括號等,就沒法找到要查毒的文件路徑。windows



右鍵查毒 「發送到」版

將上面的bat 文件的快捷方式複製到  ui

C:\Users\XXXX\AppData\Roaming\Microsoft\Windows\SendTospa

image

image


有檢查毒 註冊表版

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\clamwin]
@="Execute clamwin"

[HKEY_CLASSES_ROOT\*\shell\clamwin\command]
@="\"E:\\JianGuoYun\\myscript\\clamwin\\drag-clamwin-to-check-virus.bat\" \"%1\""

image





之後可能使用到的代碼:


ui clamwin file scan syntax:  命令行啓動ui界面查毒
     clamwin.exe --mode=scanner --path=target_file_path
命令行


cmd clamwin file scan syntax:  若是僅僅在命令行中使用,能夠用下面的
     clamscan.exe --database=clam_db_path target_file_path
code


to get more cmd clamwin scanner options see :  得到更多的查毒命令
     clamscan.exe --help
blog

另外,正在思考怎麼將 proxyee-down 和 clamwin 結合在一塊兒。以及,如何實現快捷鍵查毒ip

相關文章
相關標籤/搜索