Hi,
I am new to batch files and have read up a little on xcopy and robocopy.
We currently have a folder which new builds are copied and compressed to .zip files and stuck in a folder. Dozens of zip files are created every day
What I want to do is the following:
I want to copy the newest zip file from folder 1 to folder 2 and extract it.
What is the simplest way to find and copy the newest zip file considering multiple zip files are created each day?