Create more than 3,000 folders under a
minute.
Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
Save it as 1000.bat
Create more than 3,000 folders under a
minute.
Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
Save it as 1000.bat