#151 Script to create multi-volume rar archive with a specific size of each volume.

I request 3GB for each volume.

Create a bat file with the following code:

SET WINRAR="C:\Program Files\WinRAR"
for /D %%f in ("D:\create_rars\*") do (
%WINRAR%\RAR.exe a -ep1 -r -v3G -idcdp -t -df "D:\create_rars\%%~nxf.rar" "%%f"
)

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading