BATCH\EXAMPLE2.BAK  ·  BAK  ·  342 B  ·  1990-05-14  ·  from WhatPC_Issue-12_Jul-1990
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.