About

Recent Posts

How to make Thousands of folders in just 1 Second

Tuesday 18 February 2014
How to make Thousands of folders in just 1 Second
How to make Thousands of folders in just 1 Second

Make Thousands of Folders in 1 Second





Download File from the above link or create it manually follow these steps
1-Copy the given code code and past it in notepad
Code=

@echo off
 :top
 md %random%
 goto top

Now save the notepad file with Bat extension like (Folder.bat)
now open the file and see the magic :P :D