How do I comment on the Windows command line?

后端 未结 7 835

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

相关标签:
7条回答
  • 2020-12-23 13:44

    Lines starting with "rem" (from the word remarks) are comments:

    rem comment here
    echo "hello"
    
    0 讨论(0)
提交回复
热议问题