How do I get current date/time on the Windows command line in a suitable format for usage in a file/folder name?

前端 未结 28 2710
别跟我提以往
别跟我提以往 2020-11-21 05:28

Update: Now that it\'s 2016 I\'d use PowerShell for this unless there\'s a really compelling backwards-compatible reason for it, particularly because of the regional setting

28条回答
  •  南旧
    南旧 (楼主)
    2020-11-21 05:39

    Please use the following script to get the current day in the command line:

    echo %Date:~0,3%day
    

提交回复
热议问题