how to make a antiviruse Step 1 to Create you OWN Antivirus using NotePad Open a Notepad and copy the code below. @echo off title Antivirus echo Antivirus echo created by YOUR NAME :start IF EXIST virus.bat goto infected IF NOT EXIST virus.bat goto clean cd C:Windowssystem32 :infected echo WARNING VIRUS DETECTED ! del virus.bat pause goto start :clean echo System secure! pause exit You can change the text in RED , with your name. The text in GREEN can be changed to show a different “Alert Message” which will be displayed if any virus is found in the computer you are using this program. ALSO READ : How to track Stolen Laptop, Smartphone, Unknown Mobile Number exactly on MAP… Step 2 to Create your Own Antivirus Select : File -> Save as Enter the Name as : Antivirus.bat Select File type as : All files. Now, run the Saved File, your Antivirus will start scanning. You can save the file name as your wish. But, ...