@echo off
Command used in batch files to make sure that the command prompt doesn’t open and echo the command you used back to you. Used extensively because people like to use their files without them spewing the garbage that they typed back.
A simple script using @echo off would be
@echo off
calc.exe
but only use it if you want to open the calculator without the command prompt repeating you.
@echo off
calc.exe
but only use it if you want to open the calculator without the command prompt repeating you.
@echo off by Kopper0625 January 24, 2020
Get the @echo off mug.