INFORMATION ABOUT RECOMBINING SPLIT BINARIES Note that the file is split and each part is MIME or UUENCODED encoded separately before mailing. The following commands are recommended for recombining split sections of a binary file after decoding and saving each part as a separate binary file. MS-DOS or WINDOWS or SIMILAR operating system(s): copy /b file_xxx.001+file_xx.002+...+file_xxx.014 file.xxx Linux or other Unix or similar operating system(s): cat file_xxx.001 file_xxx.002 ... file_xxx.014 > file.xxx Other operating system(s): You can use a binary copy program or a binary editor to join the separate parts. SEE ALSO help getsize help mime help split help xuuencode IMPORTANT If you have difficulties with MIME encoding of split sections, please try requesting for UUENCODED sections. Most operating systems provide a means of combining files in binary mode. ~