windows echo code example
Example: bat turn echo off
The following can be used to turn echo off in a bat file at any point:
@echo off
It can be turned on again at any point with:
@echo on
The following can be used to turn echo off in a bat file at any point:
@echo off
It can be turned on again at any point with:
@echo on