Sideway
output.to from Sideway
Draft for Information Only

Content

MS DOS Command: ECHO
 Description
 Syntax
 Parameters
 Related Command
 Remarks
  Using a message with the ECHO command
  Hiding the command prompt
  Preventing MS-DOS from echoing a line
  Echoing a blank line
  Displaying pipes and redirection characters
 Examples

MS DOS Command: ECHO

Reference from Microsoft MS-DOS cmd help

Description

Displays or hides the text in batch programs when the program is running. Also indicates whether the command-echoing feature is on or off.

When you run a batch program, MS-DOS typically displays (echoes) the batch program's commands on the screen. You can turn this feature on or off by using the ECHO command.

Syntax

ECHO [ON|OFF]

To use the echo command to display a message, use the following syntax:

echo [message]

Parameters

ON|OFF Specifies whether to turn the command-echoing feature on or off. To display the current ECHO setting, use the ECHO command without a parameter.
message Specifies text you want MS-DOS to display on the screen.

Related Command

For information about suspending the execution of a batch program, see the PAUSE command.

Remarks

Using a message with the ECHO command

The ECHO message command is useful when ECHO is off. To display a message that is several lines long without displaying other commands, you can include several ECHO message commands after the ECHO OFF command in your batch program.

Hiding the command prompt

If you use the ECHO OFF command on the command line, the command prompt does not appear on your screen. To redisplay the command prompt, type ECHO ON.

Preventing MS-DOS from echoing a line

You can insert an at sign (@) in front of a command in a batch program to prevent MS-DOS from echoing that line.

Echoing a blank line

To echo a blank line on the screen, you can type ECHO and then a period (ECHO.). There must be no intervening space.

Displaying pipes and redirection characters

You cannot display a pipe (|) or redirection character (< or >) by using the ECHO command.

Examples

The following example shows a batch program that includes a three-line message preceded and followed by a blank line:

  • echo off
  • echo.
  • echo This batch program
  • echo formats and checks
  • echo new disks
  • echo.

If you want to turn ECHO off and you do not want to echo the ECHO command itself, include an at sign (@) before the command, as follows:

@echo off

You can use the IF and ECHO commands on the same command line, as follows:

if exist *.rpt echo The report has arrived.


©sideway

ID: 110700172 Last Updated: 7/26/2011 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019