问题
I am creating a batch file and have turned echo off with @ECHO OFF however I need to demonstrate one of the commands in the batch onscreen how would I temporarily turn on ECHO
回答1:
Syntax:
ECHO [ON | OFF]
ECHO [Message]
A simple ECHO ON
should solve this mystery.
来源:https://stackoverflow.com/questions/10036250/turn-on-echo-temporarily