0
1
Is there a way to batch create multiple number folders using cmd in Windows 8.1 64-Bit?
I need something that'll create multiple number folders without using the following md
command:
c:\users\user\desktop> md 1, 2, 3
I need something more like that'll make, per say "make folders 1-10" and I have those 10 folders after running the command.