SpltComb application note:

SpltComb is a way to split and combine large files.

SpltComb was created for Windows95.

SpltComb is freeware. The MFC source code is included and is also free.

FILES

license.txt	All the important legal things you should know.
readme.txt	This file.
SpltComb.exe	The application.
Source.zip	The zipped version of the MS VC++ 4.x source code


INSTALLATION

Simply copy all files to a new directory of your choice. The license.txt should be read before use. The application is SpltComb.exe. Launch it and Browse to a large file you want to split - let's say it is called large.abc. It will be split according to the "chunk" value shown on the program's main window. A chunk of 1400 (K) is good splitting files into pieces that can fir on a 1.44M floppy. Click "Split" and it will create files large.abc.1, large.abc.2 and so on. The original file will not be disturbed. To combine, Browse to file large.abc.1 and click "Combine". This will create one large file from the pieces (and in this case overwrite your large, original file because of the name similarity).

Comments should be sent to pgerhart@worldlynx.net

end of application note

