Back to Blog
Arnošt Havelka

ECHO - Display Messages

Learn to display text with ECHO

Start Interactive Lesson
ECHO - Display Messages

ECHO - Display Messages

The echo command prints any text message directly to the terminal. It is commonly used in scripting and for displaying information to users.

For example, running echo Hello will output Hello on the screen.


Knowledge Check

1 / 1

What does the echo command do?

References

These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.

Up Next

CLEAR - Clear the Screen

Learn to clear terminal output