Monday, 9 September 2013

How To Make Own Antivirus

06:03

If You have no time to download antivirus...then create your own antivirus.This will run on command prompt and delete unwanted files automatically.
First open Notepad and copy the following 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

and save it with .bat file extension
now run the file..it will start the scan automatically



Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2013 WhatsTheTech. All rights resevered. Designed by Templateism

Back To Top