I have the following folder structure:
-Videos
-1. Summer
summer.mp4
summer.srt
summer2.zip
-2. Winter
winter.mkv
winter.vtt
- ..
How can I create a batch or powershell script that results in the following folder structure:
-Videos
-1. Summer
summer.mp4
1. Summer.7z
-2. Winter
winter.mkv
2. Winter.7z
- ..
So basically iterate through all sub-folders, zip all the contents except video formats using 7zip and delete the original files that were zipped. I'm open to suggestions using VB!