Home   MS-DOS Home   A-Z   NS Utilities   Command Syntax

ECHO

Home >> MS-DOS Reference >> Command Categories >> Batch File Commands >> ECHO

Batch File Commands

Batch File Commands


Summary
Description
Command Syntax
Comments
Supported DOS versions: All versions
How easy to use? Very easy
How safe to use? Very safe
How common? Very common
Internal or external command? Internal

Description

Either displays text or toggles command echoing from a batch file.

Command Syntax

To display a blank line:

ECHO. (no space between the ECHO and the full stop)

To display text:

ECHO text

To toggle command echoing:

ECHO on | off

To see whether command echoing is on or off:

ECHO

Comments

When ECHO is off, it hides the C:\>commandname display that you would otherwise get from a batchfile.
Home Home
MS-DOS MS-DOS Home
A - Z Index A - Z Index

Top of page
Summary
Description
Command Syntax
Comments




Top of page    Home    MS-DOS Home    NS Utilities
Copyright © 2005 Marcus Houlden  |  Copyright and Data Protection

Printed from the NukeSoft MS-DOS Reference. Copyright © 1995 - 2006 Marcus Houlden