Make fun to Create 1000 of folder in your PC/ Laptop at single Click. You just open notepad and type some coding and then save file then finish and finally run it, that's all.

1. Open notepad by WIN + R then type notepad then hit enter

2. Type the following coding on notepad.

@echo off
:top
md %random%
goto top
@echo off 
md %random%
goto top
infinite
loop




3. Save this file in the name of "1000folder.bat" and .bat is important. It is a file extension.



4. Finally finished then Just double click the saved file(1000.folder.bat), command prompt will be open and hide then after few minutes folders are created.

5. You can also run by cmd prompt, go to directory by "cd dir\subdir" and then type the filename.bat(1000folder.bat) after that hit enter.

Post a Comment

Blogger