I have folders full of photos within category folders
eg
- holidays
- spain
- france
- italy
- family
- son
- daugher
- christmas
- 2010
- 2011
... except much longer ... there are about 100 folders.
I need to compress each sub folder ( ie spain, france italy, son, daughter etc) individually; so that, for the holidays category folder for example I would end up with:
- holidays
- spain
- spain.zip
- france
- france.zip
- italy
- italy.zip
... and so on. ( or using rar files )
I want to avoid doing this manually if possible, and I think it's possible from the command line using WinRar, (though I could use something else if that was better). Could someone give me (and briefly explain to me) the code I'd use, and how to use it. I know a little about the command line but I have fairly limited experience.
I am using Windows 7