batch script comment out code example
Example 1: batch comment
:: 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