I
ILiya
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.
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.