How to create multiple sub-directories in one command from windows command prompt?
By using trial and error method, I found that the following line serve my purpose:
md data\rs1 data\rs2 data\rs3
To convert from unix command, remove the first /
and replace rest /
to \
.