@ECHO OFF

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

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

Thank you.

3 réponses

[Dal] Posted messages 6205 Registration date   Status Contributeur 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