.cmd file comment code example
Example 1: batch comment
:: This is a comment
REM This is also a comment
Example 2: how to comment a line in batch script
your commands here
:: commenttttttttttt
:: This is a comment
REM This is also a comment
your commands here
:: commenttttttttttt