How do I comment on the Windows command line?

后端 未结 7 864

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

7条回答
  •  感动是毒
    2020-12-23 13:27

    A comment is produced using the REM command which is short for "Remark".

    REM Comment here...
    

提交回复
热议问题