Quantcast
Channel: How to create multiple sub-directories in one command from windows command prompt? - Super User
Browsing all 4 articles
Browse latest View live

Answer by F.Nad for How to create multiple sub-directories in one command...

In Commend Line Interface you can create multiple nested directories by using this code:mkdir -p data/rs1 /data/rs2 /data/rs3without the slash symbol / before the first directory.

View Article



Answer by CodingRiot for How to create multiple sub-directories in one...

For windows please try the following package.json{"name": "react-blur-admin","version": "0.11.1","description": "React Blur Admin - Styles And Components","main": "dist","scripts": {"clean": "RD /S /Q...

View Article

Answer by Enamul Hassan for How to create multiple sub-directories in one...

By using trial and error method, I found that the following line serve my purpose:md data\rs1 data\rs2 data\rs3To convert from unix command, remove the first / and replace rest / to \.

View Article

How to create multiple sub-directories in one command from windows command...

I am in a directory in windows command prompt. I can create one sub-directory in a single command like the following:md /data/rs1I also can create multiple sub-directories by a single command from...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images