Window cmd command line for personal use--succinct

Source: Internet
Author: User

1. Enter the C drive:
C:
2. Enter the folder text:
CD text
3. Return to the previous folder:
Cd..
4. Create folder text: (mkdir can be executed on WINDOW,LINUX,MAC)
mkdir text
MD text
5. Create an empty file App.js in the current directory:
    • (where "." Represents a newline, ">" represents output)
Echo. > App.js
    • Write content to app.js file: var a = 1;
var 1; > App.js
    • Append content to app.js file: var b = 2;
var 2; >> App.js
6. Another way to create a app.js file: (recommended)
Copy Con app.js
    • Write content to app.js file: var a = 1;
var 1;
    • Append content to app.js file: var b = 2;
var 2;
    • When the input is complete, execute the following command:
Ctrl + Z
    • Press ENTER, the file is created, if the file is established, press CTRL + C, exit the copy thread, the file will not be built
7. Clear the Running commands:
Cls

Window cmd command line for personal use--succinct

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.