echo
Windows CMD · Terminal · available in the simulator
What it does
Displays messages or turns command echoing on or off in a script.
Syntax
echo [on | off] | echo [mensaje]
Options and parameters
on/offturns command echoing on or off in scripts
.Prints a blank line when used as echo.
echo.ONTurns on command echoing in batch files.
OFFTurns off command echoing.
@echo off
Usage examples
echo Holaecho offecho onecho.@echo off