Main menu

Pages

How To Create 10000 Folders on PC Using Notepad

                                
                                         How To Create 10000 Folders on PC Using Notepad

Create 1000 folders Using Notepad is a simple Notepad trick which works on command line.
 This is a very amazing trick . By using this trick, you can make unlimited folders at one time.

Howto?

1.  Open notepad and copy and paste the following Command in Notepad.
                 
                               @echo off
                                :top
                                md %random%
                                goto top



@echo off
:top
md %random%
goto top    

@echo off
:top
md %random%
goto top
2. Now, save the file  hugestreet.bat


3. Now, double click on hugestreet.bat file. done.

                                                      


reactions

Comments