Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.windows-commandline.com #
 
PREVIOUS NEXT
Tagged: #bat #turn #echo
ADD COMMENT
Topic
Name
6+2 =