Browse > Home / Windows Vista / Blog article: Create multiple folders with command prompt in Windows Vista

| Subcribe via RSS

Create multiple folders with command prompt in Windows Vista

July 31st, 2008 Posted in Windows Vista

Many time you face this type problem ,you want to create many folder and you have only two way “right click >new>Folder or Organize>New folder” and after that change folder name as your desire.

I think ,this is so boring and waste more time and it’s more serious, if you have long list.But you can use this trick and solve your problem.

Create multiple folders in same folder / Directory :-
Open Dos or command prompt (Press window logo +R, type cmd and enter)
You can understand with this example.
Create 5 folders in D drive (one, two, three, four, and five) name
D:\>md one two three four five

But if you have folder name with space or more than one word like “one folder” or “one new folder “

D:\>md “new folder” “one new folder”
You can also use this command, if you want to create single word and multi word name folder together
D:\>md one two “one folder” five “one new folder”

After this ,when you open D drive you find all 5 folders (one, two, one folder, five and one new folder)

Create sub folder :-
Open Dos or command prompt (Press window logo +R, type cmd and enter) here you understand with this example.
If you want to create folder like this
D:\first\second\third\forth
Use this command on command prompt
D:\>md first\second\third\forth
If you want to use folder name with space
D:\first new\second new\third\
You can use this command
D:\>md “first new”\”second new”\third
you can also use mkdir command place of md command

Related posts:

  1. Avoid virus installation using Turn on file extension ...
  2. Change Folder Icon Preview Picture with Your Own Picture in Window vista ...
  3. Change or Check your Monitor resolution in Windows Vista ...
  4. check your Windows xp & vista is 32-bit or 64bit ...
  5. Configure or Disable UAC in Windows Vista two clicks ...

Leave a Reply