Can anyone tell me how i can read a .cab file and also how i can extract files from a cab file.
Printable View
Can anyone tell me how i can read a .cab file and also how i can extract files from a cab file.
to see the CAB file in DOS
extract /d WIN95_02.CAB *.DLL |more
to extract file
extract /e WIN95_xx.CAB xx.DLL
Good luck
you could also use 7-zip