I searched this forum for a way to add multiple files to a .cab, but i couldn't find the info, maybe i just missed it though.
I tried AlphaZip, but it was just way to slow and unresponsive, forcing me to smack my PC around a few times.
So i searched Google, and this is what i figured out.
Cab multiple files:
1. Get the "Microsoft Cabinet Software Development Kit" here
2. Run cabsdk.exe, extract all files to the windows/system32/ Directory.
3. Open a command prompt to the folder where the files you want to put in a cab are stored.
4. Enter this command, it will tell cabarc.exe to put all of the files in that directory into a cab file named "FileName.cab" with maximum compression:
cabarc -m lzx:21 n FileName.cab *
And thats all there is to it, easy when you know how.
Hopefully this info will save someone else some time.
This post has been edited by random667: 17 October 2007 - 04:33 PM



Help
Back to top









