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 / 1What does the echo command do?
References
These Microsoft Learn and Windows documentation links provide authoritative details for the commands used in this article.