OVERVIEW.....
Split files into smaller size files and then join them back together. Useful for splitting files when you only have a few floppy disks, USB drives CD’s or DVD’s and the large file doesn’t fit fully on either of these storage media. Also useful for splitting a large files into smaller parts to bypass email attachment limits. The split files are generated together with a batch file. This batch file, when executed will join the split files back into the original file.
FEATURES.....
Friendly User-Interface allows splitting files from very small (floppy disk – 1.4MB) to very large (DVD size – 4.7GB). Some commercial software requires upgrade licenses to be purchased before large files can be split.
There is an option for either specifying the split file size from a preset size or custom size. The preset sizes consider floppy disks, many sizes of USB drives, CD-R and DVD’s. This allows for more flexibility and a better overview.
Contains a progress bar for a quick overview of the splitting process.
There is a warning prompt, which prevents a large number of split files filling up Output Directory. Accidentally creating such a large number of split files can significantly stall the PC’s operating system.
There is also a warning prompt, which warns in case there is not enough remaining storage space on the Output Drive.
Does not overwrite the existing file type extension with the split file number. This avoids possible ambiguities between file types of the same name, but of different file extension.
Code for the splitting process is written at near-machine level. This makes the splitting process faster. This becomes particularly significant when overall splitting times can last up to a few hours or more.
Reliable, thoroughly debugged code prevents crashes and ensures quality software.
Trial version only allows for a maximum split file size of 1.4 MB (floppy disk size). Upgrading to the full version will enable any size of split file to be specified, either from the preset sizes or manually with the custom option.