PDA

View Full Version : Compressing Multiple Files Into Multiple Archives



TheGreatWhiteDope
11-23-2006, 12:22 PM
Basically, I have 700 files I want to have compressed into 700 zip files. For example, in the right click menu I have the choice to "Add to <FILENAME -EXTENSION>.zip", I want to do that, but for multiple files as compared to doing that over and over one by one until I have all 700 files in seperate archives. I tried making a script in C that goes in the right click menu, selects add to zip, then goes on to the next file and I had it looped 700 times but it ended up screwing up somewhere after about the 12th file. Does anyone know any programs that can compress multiple files into multiple archives or anyway I can do this that will work? :\ Thanks in advance.