So I am copressing the files and splitting them in parts:
For example MyVideo.avi (800MB) is splitted into:
MyVideo.part1.rar (100MB)
..
...
...
MyVideo.part8.rar (100MB)
I would like to do this to all avi files in a folder. And I would like to test the archives as well
How can I do this? Because right now, I am doing these compressions manually which takes sometime
Thanks in advance