HardwareHeaven.com
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   HardwareHeaven.com > Forums > Hardware and Related Topics > Hardware Discussion & Support


Hardware Discussion & Support Discuss your computer - its components or ANY hardware, past/current/future you want, or ask our forum experts if you have a general problem with your hardware.

Reply
 
Thread Tools
Old Mar 26, 2004, 08:21 PM   #1
HardwareHeaven Extreme Member
 
The_Neon_Cowboy's Avatar
 
Join Date: Dec 2002
Location: U.S.A.
Posts: 16,009
Rep Power: 90
The_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the rough
System Specs

What can edit .cab files?

What can edit .cab files? i need to edit some and winrar nor the built in windows utill will do it....
__________________
The_Neon_Cowboy is offline   Reply With Quote


Old Mar 26, 2004, 08:36 PM   #2
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 69
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

maybe this tool will help, what you like to do with the cab file?

Microsoft Cabinet Software Development Kit
http://support.microsoft.com/default...B;en-us;310618
PangingJr is offline   Reply With Quote
Old Mar 26, 2004, 08:40 PM   #3
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 69
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

oh that's for intel only.. you can't use it i think
PangingJr is offline   Reply With Quote
Old Mar 26, 2004, 09:00 PM Threadstarter Thread Starter   #4
HardwareHeaven Extreme Member
 
The_Neon_Cowboy's Avatar
 
Join Date: Dec 2002
Location: U.S.A.
Posts: 16,009
Rep Power: 90
The_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the rough
System Specs

Quote:
Originally posted by panging
maybe this tool will help, what you like to do with the cab file?

Microsoft Cabinet Software Development Kit
http://support.microsoft.com/default...B;en-us;310618
edit it contents
__________________
The_Neon_Cowboy is offline   Reply With Quote
Old Mar 26, 2004, 09:12 PM   #5
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 69
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

in the kit you'll have..
1) CABARC.EXE Basic cabinet file create/view/extract utility
2) MAKECAB.EXE More-powerful cabinet file creation tool
3) EXTRACT.EXE Cabinet file extract utility

----------------------

Microsoft (R) Cabinet Tool - Version 1.00.0601 (03/18/97)
Copyright (c) Microsoft Corp 1996-1997. All rights reserved.

Usage: CABARC [options] command cabfile [@list] [files] [dest_dir]

Commands:
L List contents of cabinet (e.g. cabarc l test.cab)
N Create new cabinet (e.g. cabarc n test.cab *.c app.mak *.h)
X Extract file(s) from cabinet (e.g. cabarc x test.cab foo*.c)

Options:
-c Confirm files to be operated on
-o When extracting, overwrite without asking for confirmation
-m Set compression type [LZX:<15..21>|MSZIP|NONE], (default is MSZIP)
-p Preserve path names (absolute paths not allowed)
-P Strip specified prefix from files when added
-r Recurse into subdirectories when adding files (see -p also)
-s Reserve space in cabinet for signing (e.g. -s 6144 reserves 6K bytes)
-i Set cabinet set ID when creating cabinets (default is 0)

Notes
-----
When creating a cabinet, the plus sign (+) may be used as a filename
to force a folder boundary; e.g. cabarc n test.cab *.c test.h + *.bmp

When extracting files to disk, the <dest_dir>, if provided, must end in
a backslash; e.g. cabarc x test.cab bar*.cpp *.h d:\test\

The -P (strip prefix) option can be used to strip out path information
e.g. cabarc -r -p -P myproj\ a test.cab myproj\balloon\*.*
The -P option can be used multiple times to strip out multiple paths

----------------------

Microsoft (R) Cabinet Maker - Version (32) 1.00.0601 (03/18/97)
Copyright (c) Microsoft Corp 1993-1997. All rights reserved.

MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination]
MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...]

source File to compress.
destination File name to give compressed file. If omitted, the
last character of the source file name is replaced
with an underscore (_) and used as the destination.
/F directives A file with MakeCAB directives (may be repeated).
/D var=value Defines variable with specified value.
/L dir Location to place destination (default is current directory).
/V[n] Verbosity level (1..3).

----------------------

Microsoft (R) Diamond Extraction Tool - Version (32) 1.00.0601 (03/18/97)
Copyright (c) Microsoft Corp 1994-1997. All rights reserved.

EXTRACT [/Y] [/A] [/D | /E] [/L dir] cabinet [filename ...]
EXTRACT [/Y] source [newname]
EXTRACT [/Y] /C source destination

cabinet - Cabinet file (contains two or more files).
filename - Name of the file to extract from the cabinet.
Wild cards and multiple filenames (separated by
blanks) may be used.

source - Compressed file (a cabinet with only one file).
newname - New filename to give the extracted file.
If not supplied, the original name is used.

/A Process ALL cabinets. Follows cabinet chain
starting in first cabinet mentioned.
/C Copy source file to destination (to copy from DMF disks).
/D Display cabinet directory (use with filename to avoid extract).
/E Extract (use instead of *.* to extract all files).
/L dir Location to place extracted files (default is current directory).
/Y Do not prompt before overwriting an existing file.

----------------------

i'll see if i can get you a 3rd party..
PangingJr is offline   Reply With Quote
Old Mar 26, 2004, 09:22 PM Threadstarter Thread Starter   #6
HardwareHeaven Extreme Member
 
The_Neon_Cowboy's Avatar
 
Join Date: Dec 2002
Location: U.S.A.
Posts: 16,009
Rep Power: 90
The_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the roughThe_Neon_Cowboy is a jewel in the rough
System Specs

i found a program acdzip that let me edit them thanks anyways
__________________
The_Neon_Cowboy is offline   Reply With Quote
Old Mar 26, 2004, 09:43 PM   #7
Member
 
Join Date: Mar 2003
Posts: 5,989
Rep Power: 69
PangingJr is just really nicePangingJr is just really nicePangingJr is just really nicePangingJr is just really nice

NP. and if that's not free, try this.. http://www.pcworlddownload.com/syste...ipWrangler.htm
PangingJr is offline   Reply With Quote
Reply

Bookmarks

Thread Tools