Right now my server service is calling 7za to extract archive files like this:
7za x "file" -o"output folder"
There's problem due to a server compliance Windows cleaning service that purges all files that are older than one hour in the Output folder. Making changes to the service is not not option either.
All files in the Output folder are deleted automatically every one minute so sometimes even users that extract to this folder cannot access the file(s) extracted due to timing and the clean process running once every one minute.
Question: Is there a switch to tell 7zip to set the Modified time of extracted file(s) to [now] the current time instead of the time of the files within the archive?