Qu'est-ce que l'écho dans un fichier batch
The "@echo off" command prevents all the commands of the batch file from echoing
in the command prompt.
Inquisitive Ibex
The "@echo off" command prevents all the commands of the batch file from echoing
in the command prompt.