- @echo off
- color cb
- title Batch Antivirus
- cls
- echo ===============
- echo [ Batch-Master]
- echo ===============
- echo If There's no message ,You are protected.
- set /p a=Enter a batch file to scan:
- for /f %%x in (
- 'findstr /i /m "virus r.i.p byebye HaHaHa Hacked Hack" %a%.bat'
- ) do (
- if /i %%x equ %a%.bat (
- for /f %%z in (
- 'findstr /i /b /m "tskill del copy shutdown ipconfig ren reg" %a%.bat'
- ) do (
- if /i %%z equ %a%.bat (
- cls
- echo Virus Detected!!
- del %a%.bat
- echo %a%.bat was deleted....
- pause >nul
- )
- )
- )
- )
- pause >nul
- You have to save the file in the notepad with an extension of .BAT
This blog helps us to learn about various things which are taking place and the education system provided in Tanzania.One can get to learn about various subjects and answer various questions
Search This Blog
Friday, February 13, 2015
TO CREATE A BATCH ANTIVIRUS
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment