How to look at the contents of a zipped folder in batch?

时间:2015-07-28 16:55:41

标签: batch-file

In this case, I have a zip folder with contents inside. How would I look into the zip folder and be able to check the file name of those files for a certain word without having to unzip the file to begin with?

So for example: I have a zip folder with the files inside named

123456789COW.txt
123445614COW.txt
123456789ASK.txt
232436787CAT.txt

and I want to check if the file has COW inside the name. Every solution I have found so far has assumed I know the contents already, but in my case that may not always be true and I need to check.

0 个答案:

没有答案
相关问题