@ECHO OFF

Solved
choco90 Posted messages 458 Registration date   Status Member Last intervention   -  
choco90 Posted messages 458 Registration date   Status Member Last intervention   -
Hello,

What is the role of "@ECHO OFF" in DOS programming?

Thank you.

3 answers

  1. [Dal] Posted messages 6122 Registration date   Status Contributor Last intervention   1 108
     
    Hi choco90,

    This is to prevent the commands included in the script from being displayed on the screen during its execution.

    Dal
    3