Most of the people from around the world don’t know how to download the antivirus from Internet. Some may feel confused to download, some may don’t have enough time to download the antivirus.
Here I got you a solution for everything to protect your pc
by making your own antivirus by following simple steps.
Open your Notepad and paste this given code
@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:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit
Now save your file with Computerfreaks.bat and select “All files”.
@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:\Windows\system32
:infected
echo WARNING VIRUS DETECTED!
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit
Now save your file with Computerfreaks.bat and select “All files”.
This antivirus can be scan automatically in the CMD(command prompt) and
that can be deleted automatically.
Happy making your own anti virus!!!!!
0 comments:
Post a Comment