Create more than 1,000 folders within a minute

Note: I am not responsible for any damage or malfunction of your system, this tutorial is for educational purpose only.
This trick lets you create thousands of folders in a matter of minutes.

Open your notepad and type the following code.


Save it as 1000.bat

@echo off makes your screen appear blank but it is actually making hundreds of folders.

md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)

goto top – return the command to :top, causes an infinite loop.

NOTE: The folders will get created in the directory where you saved the ”1000.bat” file.

The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn't suspect the file to be a virus.


Create more than 1,000 folders within a minute Create more than 1,000 folders within a minute Reviewed by code-dev on 2:10 PM Rating: 5

No comments:

Powered by Blogger.