What is echo on and off?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at University of Melbourne, Lives in Melbourne, Australia
If you use echo off, the command prompt does not appear on your screen. To display the command prompt, type echo on. To prevent echoing of a line, insert an at sign (@) in front of a command in a batch program.
2023-05-13 16:07:38
评论(499)
Helpful(122)
Helpful
Helpful(2)

Owen Gonzales
QuesHub.com delivers expert answers and knowledge to you.
If you use echo off, the command prompt does not appear on your screen. To display the command prompt, type echo on. To prevent echoing of a line, insert an at sign (@) in front of a command in a batch program.