quick an dirty for portable
for exmample: C:\Win7PE_SE_2013-05-24\Projects\Win7PESE\Apps\Portable\Pstart\mcafee
need wget.exe ( http://users.ugent.be/~bpuype/wget/ )
GetVSCL.cmd
@echo off
ping -n 1 mcafee.com
if errorlevel 1 (
echo "keine Internetverbindung - abbruch"
exit /b %errorlevel%
)
copy wget.exe b:\
b:
wget.exe -c http://download.nai.com/products/evaluation/VCL/W32/vscl-w32-604-e.zip
wget.exe -c http://download.nai.com/products/mcafee-avert/beta_packages/avv/avvwin_netware_betadat.zip
y:\programs\7-zip\7z.exe x vscl-w32-604-e.zip
y:\programs\7-zip\7z.exe x avvwin_netware_betadat.zip
scan.cmd
@echo off
b:
scan.exe /adl /all /analyze /program /unzip /winmem /rptall /report=b:\scan.log
notepad b:\scan.log
clean.cmd
@echo off
b:
scan.exe /adl /all /analyze /clean /program /unzip /winmem /rptall /report=b:\scan.log
notepad b:\scan.log