How to merge the partitions?

There are three ways to merge the partitions, one for DOS/Windows, one for unix and one for all the operating systems with FileSplit installed.

****For DOS/Windows****

Step I :  
Put all the partitions & the DOS batch file formed during the partitioning in the same directory.

Step II :  
Run the DOS Batch file. The original file will be created in the same directory.

Note that if some partitions are missing, no warning will be given. However corresponding portion in the file will be missing and hence the file may be corrupted.

****For Unix/Linux****

Step I : 
Put all the partitions & the Unix script file formed during the partitioning in the same directory.

Step II : 
Change the permissions of the script to make it executable. For example, run chmod 500 scriptname

Step III : 
Run the script using ./scriptname

****For any operating system with FileSplit installed.***

Step I : 
Put all the partitions & the FileSplit project file formed during the partitioning in the same directory.

Step II : 
Run FileSplit and go to merge tab at the top

Step III : 
Select the project file using the browse button

Step IV : 
Press G0! The original file will be created in the same directory. If any of the file was corrupted or missing, FileSplit would inform you.