Create your own antivirus program


post this code on notepad and save this as av.bat

@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

Keep Visiting!!!!!!!
Create your own antivirus program Create your own antivirus program Reviewed by Varalia Deep on 14:35:00 Rating: 5

No comments