In Bash, # is used to comment the following. How do I make a comment on the Windows command line?
: this is one way to comment
As a result:
:: this will also work :; so will this :! and this
Above styles work outside codeblocks, otherwise:
REM is another way to comment.