Current location - Trademark Inquiry Complete Network - Futures platform - I want to create a new folder from 1- 100. How to create in batches? Why did the name just go down?
I want to create a new folder from 1- 100. How to create in batches? Why did the name just go down?
Copy the following code, save it as a bat file and run it. Suppose you are going to create 100 in batches in "D:\ Work Log \ Learning". Create a new text document and copy the following code.

@ Turn off echo

For/l%% i in (1100), copy MD D: \ Work log \ Learning \%%i, save and close the document, and then rename and change the suffix. Send text messages to. Bat. Then double-click Run. 100 in the code brackets above is the number of folders you want to create. If you want to build 1000, change it to 1000.