Make Split function more useful by adding the option: Max number of files

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
white
Power Member
Power Member
Posts: 5976
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Make Split function more useful by adding the option: Max number of files

Post by *white »

I hardly ever used the split function for its intended purpose. I did however used split and combine to split a file into 2 parts at a certain offset. This is however not convenient. Therefor, I would like to have the option to limit the maximum number of split files that are created. The last part would receive all the remaining bytes.

The Split window could look like this:

Code: Select all

Split

Split the file ... to directory:

Bytes per file:
Max. number of files:

☐ Delete files on target disks (removable disks only)
Screenshot

And I also would like to be able to enter the bytes per file as a hexadecimal number by using the prefix 0x.
Post Reply