Batch commands
@
Does not echo back the text after the at symbol. This most often used as @ECHO OFF to prevent any of the commands in the batch file from being displayed, just the information needed.
%1
The percent followed by a numeric value, beginning with
one, allows users to add variables within a batch file. The below line
is an example of what can be used in a batch file.
...
