Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
List of DOS commands
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===ECHO=== {{Main|echo (command)}} The ECHO command prints its own arguments back out to the DOS equivalent of the [[Standard streams|standard output stream.]] (Hence the name, ECHO) Usually, this means directly to the screen, but the output of ''echo'' can be redirected, like any other command, to files or devices. Often used in [[batch file]]s to print text out to the user. Another important use of the echo command is to toggle echoing of commands on and off in batch files. Traditionally batch files begin with the <code>@echo off</code> statement. This says to the interpreter that echoing of commands should be off during the whole execution of the batch file, thus resulting in a "tidier" output (the <code>@</code> symbol declares that this particular command (echo off) should also be executed without echo.) The command is available in MS-DOS versions 2 and later.<ref name="RUNNINGMSDOS" />
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)