Showing posts with label create hierarchy of folders in windows using CMD. Show all posts
Showing posts with label create hierarchy of folders in windows using CMD. Show all posts

To Create Multiple folders in Windows using CMD

•    To create multiple folders in Windows:

Type in Command prompt:-  MD name1 name2 name3
It will create three folders at same location named as “name1” , “name2” and “name3”.

•    To create deep hierarchy of folders:

Type in Command prompt:-  MD name1\name2\name3
It will create a hierarchy of folder as name1/name2/name3.