Well, this is where you can find some of the applications I've created... mostly because I wasn't able to find other applications to do something I needed to.
If you need to do the same things, you could try out these applications. The source code is also given along with the applications. You are free to modify or distribute it.
File Splitter
Purpose:
- To split files into smaller files
Inputs:
- File to be split (say ABC.D)
- Maximum size of each of the split files
Output:
- Split files with their part numbers appended to the original file name (ABC.D.1, ABC.D.2, etc.)
Things to note:
- The original file is not modified or deleted
- The application does not check whether the output files already exist. It's the user's responsibility to ensure that no files are overwritten.
Source Code: