Create a folder with BAT bulk _dos/bat

Source: Internet
Author: User
Several ways to create 1 2 3 3 files, respectively
Create a few methods of 1 2 33 files, (several default partitions) under everyone's guidance,
If you know more please follow the instructions, thank you. I implore you to criticize,
1. For building
Copy Code code as follows:

FOR/L%%a in (1 1 3) do MD%%a
Pause

2. Use a colon to establish
Copy Code code as follows:

MD 1;2;3
Pause

3. Create with Space
Copy Code code as follows:

MD 1 2 3
Pause

4. Establish with commas
Copy Code code as follows:

MD 1,2,3

5, the most conventional MD one of the establishment
Copy Code code as follows:

MD 1
MD 2
MD 3
Pause

6. Double quotes
General Establishment
Copy Code code as follows:

MD "1"
MD "2"
MD "3"
Pause

7, double quotes with space, a MD command to establish
Copy Code code as follows:

MD "1" "2" "3"

8, using equal sign to establish
Copy Code code as follows:

MD 1=2=3

9, with the equals sign, comma, white space colon, double quotes, combined to build, there are more combinations established methods
For example
Copy Code code as follows:

MD 1; 2 "3"
MD = 1 "2", 3
MD "1" 2 =3

PS: The above code I have tested can be the correct creation of the file, 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.