>
Sunday, 16 June 2013
HOW TO MAKE 1000 FOLDERS IN WINDOWS 7

                                                   



Step 1
Open notepad and type :


@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top , infinite loop

Step 2
Save it as 1000folders.bat


SAVE N ENJOY 




0 comments:

rightclick

Twitter

Instagram
dashboard layout edit gadget html

About Me