Hello all,
I have a question about bzip2 multiple files:
How can I bzip2 fast 690 files seperate? I know that I can use 7-zip but than I have to do them 1 by 1. Are there programs to select the files and compress them?
Thank you
I think you select the files you want, right click on them and and compress them.
(Note that I am not familiar with Bzip2, but it is worth a shot)
The option bzip2 disappears than, and if I do it for example as zip, it makes a new directory and put the files in there. But I want them seperate compressed to bzip2.
Oh. Well I don't know then. Sorry.
You can use the command line to do this:
bzip2 [-k] files
(use -k if you want to keep the source files, you can also replace "files" with a wildcard like *.bsp)
Thank you, but what program do I need to run that command? Tried the parameter box in 7-zip and the cmd but wasn't working.
You need bzip2:
[url]http://bzip.org/[/url]
Sorry, you need to Log In to post a reply to this thread.