"ILiya" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
I have file archives that need to be extracted in sequence based on the
archive names.
To do this, I think I need to iterate through all files in archives
directory, pickup those falling into archives pattern (like
"WeeklyUpdates????????.zip", sort them alphabeticaly (probably in a separate
file) and then iterate through the file feeding them to unzip utility. But I
have no idea how to implement this in bat file.
Thanks in advance.
=============
This may need a little more thinking about, e.g.
- Why would you need to sort the files before unzipping them?
- Where should the unzipped files go?
|