How to Make a Batch Antivirus

In this post, I will show you all how to make a Batch Antivirus in Notepad in just 4 Simple Steps.

STEPS

Step 1
Open the Notepad following the path:
Start > All Programs > Accessories > Notepad


Step 2
 Type the code at the next step:
  • @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

Step 3

Save this code as "antivirus.bat"  



Step 4

Open this batch file. 


 Thus with these simple four steps, you can create your own batch antivirus and surprise your friends with the phrase that "I scan my computer with my own antivirus" .

Source: WikiHow
Share on Google Plus

About Nikhil Dhawan

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

About the Author

Nikhil Dhawan
Nikhil Dhawan A Guy in Love with Tech, Food and Computers
Technology Lover, Entrepreneur, Thinker, Programmer, Developer, Web, Graphic & Logo Designer, Information Security Expert, Security Researcher, Cyber Security Expert, and a Simple fun loving guy. Stay Connected with me! Like & Follow Me!