Search program to search thru .cab files on WinDisk

  • Thread starter Thread starter Andy Kennedy
  • Start date Start date
A

Andy Kennedy

Looking for a program capable of using wildcards to search
thru .cab files on a Windows install disk.

Thanks.
 
Andy said:
Looking for a program capable of using wildcards to search
thru .cab files on a Windows install disk.

From a Windows Command prompt, a command like

extract /a /d base4.cab comm*.dll

will list all files matching comm*.dll in base4.cab and all .cab files
which are alphanumerically later (I.e., use the name of the first .cab
file by alphanumerical listing).

Obviously you have to insert appropriate paths.

HTH,
 
Andy Kennedy wrote in a different thread:
Looking for a program capable of using wildcards to search
thru .cab files on a Windows install disk.

From a Windows Command prompt, a command like

extract /a /d base4.cab comm*.dll

will list all files matching comm*.dll in base4.cab and all .cab files
which are alphanumerically later (I.e., use the name of the first .cab
file by alphanumerical listing).

Obviously you have to insert appropriate paths.

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top