home *** CD-ROM | disk | FTP | other *** search
/ ftp2.mweb.co.za / ftp2.mweb.co.za.tar / ftp2.mweb.co.za / AV_CntrSpy_Resq_tl / VIPRERescue6194.exe / deep_scan.bat next >
DOS Batch File  |  2009-09-15  |  518b  |  13 lines

  1. cls
  2. @echo off
  3.  
  4. rem SBREDrv.sys MUST be copied to system32 (there could be a mismatch with existing installed binaries)
  5. rem sbbd.exe MUST be copied to system32 (there could be a mismatch with existing installed binaries)
  6. rem sbrc.exe will be run from its current location
  7.  
  8. echo Copying rootkit engine driver to system folder...
  9. copy SBREDrv.sys "%SystemRoot%\system32\drivers"
  10. echo Copying boot time scanner to system folder...
  11. copy sbbd.exe "%SystemRoot%\system32"
  12. cmd /k VIPRERescueScanner.exe /deep /log
  13.