Following steps to create 10000+ Folders At One Click...
1) Open notepad or any text editor
2) Then copy and paste following text
@echo off
:top
md %random%
goto top
3) Save it as anything.bat
4) Then click on anything.bat and see the magic
ctrl+c - to interrupt the process
Warning: try it inside any blank folder ... otherwise your drive will gets flooded...