Create folders in batches using BAT

Source: Internet
Author: User

Several methods for creating 3 files, such as 1, 2, and 3, respectively
Create, 1, 2, 3, 3, 3, 3, 3, 3, 3,
If you know more, please follow the instructions. Thank you. Please criticize and correct,
1. Create with CopyCode The Code is as follows: For/L % A in (1 1 3) Do MD %
Pause

2. Create with a colonCopy codeThe Code is as follows: MD 1; 2; 3
Pause

3. Create with SpaceCopy codeThe Code is as follows: MD 1 2 3
Pause

4. Create with a commaCopy codeThe Code is as follows: MD 1, 2, 3

5. create the most common MD one by oneCopy codeThe Code is as follows: MD 1
MD 2
MD 3
Pause

6. Double quotation marks
Regular CreationCopy codeThe Code is as follows: MD "1"
MD "2"
MD "3"
Pause

7. Double quotation marks with spaces. An MD command is created.Copy codeThe Code is as follows: MD "1" "2" "3"

8. Create with equal signsCopy codeThe Code is as follows: MD 1 = 2 = 3

9. Use equal signs, commas, space colons, and double quotation marks for joint creation. There are more methods for combination creation.
For exampleCopy codeThe Code is as follows: MD 1; 2 "3"
MD = 1 "2", 3
MD "1" 2 = 3

PS: All the code above can be correctly created for all tests, and there is no problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.