Create 3000 Folders In a Second

How To Create 3000 Folders In a Second A Simple Codind In Notepad:
Open Notepad And Copy The Command:

@echo off
:loop
md %random%
goto loop

Save It As Vishnu.bat

Just Double Click The Saved File The Command Prompt Open And Close That's All.

Read Users' Comments (0)

0 Response to "Create 3000 Folders In a Second"

Post a Comment