标签: date batch-file time
我想编辑文件的修改日期并添加8个小时-我不能使用Powershell,touch或dirdate。
我已经阅读了有关touch等的信息,但是我无法使用它,我现在拥有文件的当前时间,但是我不确定如何向其中添加时间,testtime.txt只是我正在使用的测试文件使用。
@echo on set timeoh=forfiles /M testtime.txt /C "cmd /c echo @ftime" set h=%timeoh:~0,2% %timeoh%