Crack Your Own Track

Saturday 27 July 2013

Make your own Antivirus for your system

Antivirus is one of the important to run our system.Because there are lot of possibilities that virus can affect our system.If you feel that you have no time to download the best antivirus system for your system you can simply use this code to run a scan to your system which is a simple antivirus program.

Now I am going to tell how to make that simple anti virus.It is a simple notepad trick.
  • Now open your Notepad.
  • Then type 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 is secured!
                           pause
                           exit                                
  • Then save this file as anyname.bat.
  •  Then double click on the saved file.
  • You will see the scan will be running and the result will be shown.

No comments:

Post a Comment

Please post your comment and share this blog to your friend.And also write a review on Alexa