First of all download and install ArduoFileSplitter. If you find some problems during installation, please contact us.
Suppose that we nee to split a big file called "bigfile.zip" into smaller pieces no more big than 100KB.
The first step is to open the application. To do thi start menu > Programs > ArduoFileSplitter > and click into ArduoFilesplitter icon. This may vary from pc to pc.
Only for who download the portable version:
If you have downloaded the portable version, you need to extract the executable file from the zip archive. You can use the freeware 7zip op winrar. After that you can run the application.
Once the application run you got a window like this:

Now we need to:
- Select the big file
- Select the output folder
- Run the split process
Select the big file
click into the "Select File..." button. A Open File selector dialog will appear. Through this you can choose the desidred file, in this sample the "bigfilke.zip" on my pc.

Select the output folder and file size
The choosed file will be fragmented into smaller pieces and wiil be saved into a folder. So We choose the output folder clicking into "Select output folder".
We have to say how much bigger must be each cunk! So we put 100 into the site textbox and choose KB as measurement unit. If you wnato to use default sizes (i.e. CD ROM size or DVD Size) you find them as pre configured.

Select the big file
In the end, the easier task: we nee only to click the "Split" file. The process could take some minute, but you can check the state of the work through the progress bar.
Wen the progress finished, a popup alert you.

So we can open the selected folder:

This is the foldere used in my example, there is:
- the original file
- A set of file of 100 KB
- The checksum file
The original file has been splitted into 16 pieces each of 100KB and a md5 checksum file has been product.
This file i very important beacuse contains a md5 checksum for each chunk and the checksum for the whole file. When you will send thoose chunks to someone, it could happen that some chunk will be corrupted during internet transfert. So the receiver ca check the integrity of each file with ArduoFileSplitter. If some chunk is not good, it ca be re sended. After the whole file have been rebuild with ArduoFileSplitter, you can check the integrity of the whole file. Now if there are an error,it dependes only by the receiver, because each cunks was good. You can discover how to rebuild a file, given a set of chunk, in the next tutorial.