Tuesday, 8 April 2014

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

No comments:

Post a Comment