7zip how to extract zip file and the output file must use current date time

https://lemmy.world/post/8685509

7zip how to extract zip file and the output file must use current date time - Lemmy.World

please help. it is difficult to find the extracted file when it keep its original date creation. i use sort by date creation in explorer. TIA

There may be a better way, but I use the option to extract the file to a new folder with the same name as the zip file.
thanks, i still looking for a way not to extract to a folder. althought the folder will appear at the top in Download folder (sort by rate creation), it still slow me down of having to go inside the folder
What you want to do to be fast at this is to learn command line operations. Then you can write a script consisting of a sequence of commands you want to run on each zip file. In a unix system the “touch” command will update a file’s timestamp to the present.