Need Option to split archive to 1.44 MB Floppy

Good day,
I'm running dopus 12.30 x64.
I would like to utilize the split archive function, though I don't see the option to split to fit on a 1.44 MB floppy. Can I enter a custom size?
Thank you

See Zip Options.

Please link your account.

Thank you.
Anyone know of a good utility which will join these split zips in MS-DOS? I've tried pkzip 2.04g, it didn't work.
thanks

You'd normally just open the first part of a split zip file, but I'm not sure which MS-DOS tools supported them, if any.


As an alternative, you could create a single, normal zip archive, then use Tools > Split Files to split that into parts that will fit on floppies. That type of splitting is done by simply cutting the file up into parts, with no extra headers, such that joining it back together is just a case of concatenating the parts in the correct order. You can then join those parts using the DOS Copy command:

copy /b file.001 + file.002 + file.003 newfile.zip

The /b is important as it tells the DOS command to use binary mode.

1 Like

I am blown away by this simple solution, which worked. Thank you!

High praise for support from me!!!

1 Like