@echo off
prevents the prompt and contents of the batch file from being displayed, so that only the output is visible. The @
makes the output of the echo off
command hidden as well.
So Doc >> batch-file >> Echo
This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0
This website is not affiliated with Stack Overflow
Email: [email protected]