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.