Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,403,249

[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: 504

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

@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

Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"[CMD] How to create lots of folders quickly!" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.