FileSplitter
============

This is a trivial 32 bit Windows command line program to divide a large file
into smaller pieces, for easier email, downloading, disk storage, whatever.

To run it, type: FileSplitter filename
and that will create filename01, filename02 filename03, etc.,
all 1,000,000 bytes (a bit less than a megabyte) in size. 
Except for the last piece, which will contain the odd bit, probably smaller.
If you want to use different sized pieces, give that as the third argument, so:
FileSplitter filename 2500000
will make 2,500,000 sized pieces, for example.

To join the bits together again, just use the standard Windows
cp command, using wild cards or + to join the pieces together.
For example:
cp filename01+filename02+filename03 filename
will join these 3 bits together into a whole.

This zip file should include:
* Compiled FileSplitter.exe file
* This Readme.txt file
* FileSplitter.c source code.

This is free, Open Source, freely redistributable, my attribution
appreciated, but not required, no warranty.

George Ruban 4/1/01 
http://geocities.com/george_ruban
george_ruban@yahoo.com