var fDesc=new Array(); fDesc[0] = "A.F.7 merges several files into a single file.

This program makes primarily sense in combination with A.F.6 Split your files because it lets you easily restore the original file from the split files.

A.F.7 writes the data from the files in the list without any modification to the output file.

Warning: It is not possible to merge multiple office, picture, music or movie files with A.F.7. These file types can't be combined by just copying the bytes from multiple files. Use A.F.7 only, when you know, that your files are in a proper format.

The use of A.F.7 is very easy:

1. Drag and drop the files you want to merge from Microsoft® Windows® Explorer to the file list of A.F.7.
2. Sort or rearrange the file list entries to get the files in the correct order.
3. Click Merge and specify a location and name for the merged file.
4. Now click Save and A.F.7 joins the files together."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }