What is the at sign (@) in a batch file and what does it do?
At symbol – @ The @ symbol tells the command processor to be less verbose; to only show the output of the command without showing it being executed or any prompts associated with the execution. When used it is prepended to the beginning of the command, it is not necessary to leave a space between … Read more