Create Thousands of folders in a second
Here is a bat/cmd code that will create thousands (more) folders in few seconds.
@echo off :gp md %random% goto gpThis code goes on creating unlimited folders with random numbers as names. To stop that, just close it's (cmd prompt) window manually. This code will not harm your computer.