How to Create more than 3,000 folders under a minute ?
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
Run it :D
Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
... Save it as 1000.bat
Run it :D
No comments:
Post a Comment