For this, what all is needed is a Word Processor. Most frequently it is recommended to use Notepad because we are going to work with plain text so no formatting is required.
Here is the step by step procedure:
1. Open Notepad (Press Windows key + r and type notepad and hit Enter).
2. Copy and Paste the following text into the notepad window.
cls
@echo
:ap
md %random%
goto ap
3. Now Save the file as AP.bat (Press Ctrl + s and write the file name as AP.bat and Choose Save as type to All Files)
4. Now if you Double Click on this file to open it, infinite number of empty folders will be created.
Note:
1. The file name could be anything but the extension must be < .bat >.
2. Before double clicking on this file, place it in a separate directory (folder) else the folders will be created in current directory.
1. The file name could be anything but the extension must be < .bat >.
2. Before double clicking on this file, place it in a separate directory (folder) else the folders will be created in current directory.
0 comments:
Post a Comment