Meet The Command Prompt - The Echo command
This command is not very useful in the command window but is very useful when creating batch programmes. This command has two states, it is either on or off. The command is easy to use. It functions by making your prompt and commands either visible on the command window or not. To turn on echo, you simply type echo followed by on . There should be a space between echo and on (or off for that matter). echo off turns off echo.