ECHO The 'echo' command will display what follows on the screen ECHO ...unfortunately, it also displays the command itself. @ECHO OFF ECHO . ECHO . ECHO But it can be removed by adding the command 'echo off': ECHO The 'echo' command will display what follows on the screen ECHO ...unfortunately, it also displays the command itself.