comments in windows batch file code example
Example 1: comment lines in batch file
:: This is a comment line
Example 2: comment in batch file
:: This is a comment
REM This is also a comment
:: This is a comment line
:: This is a comment
REM This is also a comment