Tutorials Navigation
[CMD] How to create lots of folders quickly!
Tutorial Name: [CMD] How to create lots of folders quickly!
Category: PC Tutorials
Submitted By: Maj
Date Added:
Comments: 0
Views: 515
Related Forum: PC Building Forum
Share:
Need to make 1000+ Folders really quick for a project or simply just wanna play a prank on your friend? Well here's how to do it using a .bat file!!
Step 1. Open up notepad
Step 2. Add the following code
* You only need to add CD "Location here" if you want the script to make the folders in a different directory to where the .bat file is saved! *
Step 3. Press "Save As" and find a location for your code, now give it a name and add the end of the name add ".bat"
Step 4. Run the application! This creates lots of folders in short time, here's what It did to me after 5-10 seconds
[ Register or Signin to view external links. ]
There you have it, an easy way to make lots of empty folders super quick!
Step 1. Open up notepad
Step 2. Add the following code
@echo off
CD Your location here
:1
mkdir %random%%random%
:1
goto :1
* You only need to add CD "Location here" if you want the script to make the folders in a different directory to where the .bat file is saved! *
Step 3. Press "Save As" and find a location for your code, now give it a name and add the end of the name add ".bat"
Step 4. Run the application! This creates lots of folders in short time, here's what It did to me after 5-10 seconds
[ Register or Signin to view external links. ]
There you have it, an easy way to make lots of empty folders super quick!
Ratings
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,391)
- 02. How to: Matrix Numbers | Batch File(1,879)
- 03. How to Password Protect Files on Windows(850)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,618)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,030)
- 06. How to embed an image on TheTechGame(3,051)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,929)
- 08. Host bot lobbies! Full Tutorial!(10,911)
- 09. Unban yourself [Plutonium BO2](14,200)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,366)
- 11. Best Crosshair Settings for Valorant(6,506)
- 12. Othercide The Surgeon Boss Guide(2,510)
- 13. Othercide Remembrances Unlock Guide(4,431)
- 14. Othercide Beginners Tips and Tricks(2,687)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,804)
"[CMD] How to create lots of folders quickly!" :: Login/Create an Account :: 0 comments