Make divided compress file on Windows
Without any third party software like 7zip, divided compression for large file can also be created in Windows standard environment. It is realized by creating a ddf file that defines the split size and executing Makecab command.
div.ddf
.Set CabinetNameTemplate=DividedArchive_*.cab;
.Set MaxDiskSize=9437184;
.Set Cabinet=on;
.Set Compress=on;
.Set DiskDirectoryTemplate=;
C:\work\file_to_divide.bin
Execute makecab command with ddf file.
makecab /f div.ddf
If you store all divided files in the same directory and open DividedArchive_001.cab, you can find original file.
Profile
I have technical job experience in enbedded software development and server side infrastructure/application engineering.
I'm interested in programming and computer security.
Objective
To write down my technical knowledge in the place where I can access from anywhere.
To share my program source code.
To train my writing skill.
New entries