•Arnošt Havelka
The Echo Command
Learn how to speak to the terminal.
Start Interactive LessonThe echo command is one of the simplest yet most useful commands in the Windows terminal. It allows you to print text to the screen, create files, and control script output. Think of it as the "Hello World" of the command line.
Try the command
Try printing a message to the console!
Build the command
echo
Terminal
C:\Users\Student>echo Hello
Hello
Real-World Examples
Print a simple message:
Terminal
C:\Users\Student>echo Hello World
Check the status of echo:
Terminal
C:\Users\Student>echo
Knowledge Check
1 / 2What does the echo command do?
References
These documentation links provide authoritative details for the commands used in this article.
Up Next
Navigate with CD
Hop between folders like a pro.