Handling echo and @ Echo control command methods

Source: Internet
Author: User
This article mainly share with you to deal with Echo and @ Echoing control command method, hope to help everyone.

Echoes and @ echo control commands

@ #关闭单行回显
echo off #从下一行开始关闭回显
@echo off #从本行开始关闭回显. General batch The first line is this.
echo on #从下一行开始打开回显echo #显示当前是 echo off state or echo on state
Echo. #输出一个 "carriage return", which generally means blank lines
echo Hello World #输出hello World

"Turn off echo" means that when a batch file is run, each command in the file is not displayed, showing only the results of the run. The system will open automatically when the batch starts and ends.

Related recommendations:

echo statement abuse in PHP detailed

A detailed explanation of the difference between the comma and the dot number based on the echo in PHP

Explanation of the difference between Echo's comma and dot number in PHP

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.