Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

CAB Searching Software

Featured Replies

I am looking for a consol application that will search inside a group of cab files and tell witch cab file has the file that is being searched for.

Example:

c:\cabsearch explorer.exe D:\win98\
The file explorer.exe was found in xxxxxx.cab

If such a tool exist it would make my life a lot easier.

Thanks

And what about to use extract with "/A"?

/A		 Process ALL cabinets.  Follows cabinet chain
starting in first cabinet mentioned.

It means if you want to extract explorer.exe, you will just write (based on your example):

EXTRACT /A D:\WIN98\BASE2.CAB EXPLORER.EXE

Another possibility is to use Total Commander, Alt-F7 (Search), and check "Search archives".

Petr

for %a in ( *.cab ) do extract /d %a >> dirlist.txt
find /I "explorer.exe" dirlist.txt

I am looking for a consol application that will search inside a group of cab files and tell witch cab file has the file that is being searched for.

Example:

c:\cabsearch explorer.exe D:\win98\
The file explorer.exe was found in xxxxxx.cab

If such a tool exist it would make my life a lot easier.

Thanks

In the Start Menu - use search command - in Folder or Files line put " * .cab ", and in Files Containing line put the file you are looking for - like " explorer.exe " all with out quotes.

Charlie

Try this:

http://www.mdgx.com/last4.htm#EXTRACT

and make sure you download EXTCAB.ZIP [link posted in guide above].

Then open those CABL*.TXT files from the ZIP in Notepad.

You can also run [if using Win98 SE]:

TYPE CABL98SE.TXT | FIND.EXE/I "WINFILE"

from any DOS box.

CABLIST.BAT [also from zip above] creates a full list of all CABs from any Win9x/ME/Plus!95/Plus!98 setup CD.

Open CABLIST.BAT in Notepad to see if u need to modify any lines to match your computer setup.

Hope this helps.

Edited by MDGx

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.