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