Avatar of meirionwyllt
meirionwyllt

asked on 

Windows command line utility that will increase the date modified/created of a file to "current time + 1 day"?

I have used utilities like touch.exe and FileTouch.exe that can set a file's date modified/created to the current system time.  But what I want is to set a file's date modified/created to one day later than the current system time.  Could anyone write a batch file that would do this, using touch.exe or whatever?  Or any other way, like PowerShell?

Thanks.
Windows BatchWindows OSWindows 7

Avatar of undefined
Last Comment
meirionwyllt

8/22/2022 - Mon