How do I comment on the Windows command line?

后端 未结 7 833

In Bash, # is used to comment the following. How do I make a comment on the Windows command line?

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 13:42

    : 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.
    

提交回复
热议问题