Purpose
Indicates that commands are to be echoed to the console.
Syntax
ECHO
NOECHO
Remarks
Commands typed by the user from the keyboard are always echoed to the screen; however, commands from command files will only be echoed to the screen after the ECHO command has been given. The log file (if there is one) will contain the commands used only if the ECHO command has been given. NOECHO is used to stop command echoing. Echo is on by default.