如何使用批处理文件更改Windows中文件的'修改'时间戳?
如果您已经安装了cygwin,或者Windows的git,并且在PATH上,您可以使用touch
命令:
touch -d "date and time" filename
(省略-d标志以使用当前日期和时间)
或者,参见此问题的答案:https://stackoverflow.com/questions/51435/windows-version-of-the-unix-touch-command