batch command comment code example
Example 1: comment in batch file
:: This is a comment
REM This is also a comment
Example 2: batch script comment
Rem This is a comment
:: This is another comment
:: This is a comment
REM This is also a comment
Rem This is a comment
:: This is another comment