Make thousands of folders using notepad
Hello friends, we all need to create folders to keep one or more than one files. But what if we want to keep many files in different folders. Or what if you want to hide some important files on your pc or laptop.
So, today I am going you to show an simple and easy trick with which you can make thousands of folder at a time with the help of notepad.
HOW TO MAKE SUCH FILE
Step1-Open up your notepad from your pc or laptop.
Step2-Now copy the below code on your notepad.
Step2-Now copy the below code on your notepad.
@echo off
:top
md %random%
goto top
Step3-Now save it and give it ".bat" extension.
For eg:- kunal.bat
Step4-Done now when ever you will open this file than in the folder where this file is located will be rained by thousands of folders.
0 comments: