What does :: (double colon) mean in DOS batch files?

后端 未结 5 762
半阙折子戏
半阙折子戏 2020-11-27 04:58

I found this program http://baiyunmanor.com/blog/work/get-current-date-time-in-dos-batch-file/

But I don\'t know what does the line

:: datetime.bat
<         


        
5条回答
  •  萌比男神i
    2020-11-27 05:23

    The colon (:) is a label marker and can be used for got instructions.

    Some people use : as a comment too so a double colon is simply a stylistic REM statement

提交回复
热议问题