Jump to content











Photo
- - - - -

McAfee Command Line Scanner - VSCL

winbuilder win7pe win8pe commandline

  • Please log in to reply
No replies to this topic

#1 ds2k5

ds2k5

    Newbie

  • Members
  • 19 posts
  •  
    Germany

Posted 06 September 2013 - 02:52 PM

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....l-w32-604-e.zip
wget.exe -c http://download.nai....are_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







 







Also tagged with one or more of these keywords: winbuilder, win7pe, win8pe, commandline

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users