Create Multiple Folder Directory with Single Command

If you want to make multiple folders directory with single command please follow below steps:

First you Go:

START > RUN >  Type CMD > and OK

Then select your location where you want create folders directory in command prompt and type below command :

mkdir folder1 folder2 folder3
or
mkdir filder1\01 folder2\02 folder3\03 
or
mkdir filder1\01 folder2\02 folder3\01\02\03\04\05\06\07\08\09\10\11\12\13\

Example For Create Directory in C Drive:  

C:\mkdir folder1 folder2 folder3
C:\mkdir filder1\01 folder2\02 folder3\03 
C:\mkdir filder1\01 folder2\02 folder3\01\02\03\04\05\06\07\08\09\10\11\12\13\

Follow my blog with Bloglovin

0/Post a Comment/Comments

Please write here your valuable comment.

Previous Post Next Post