Hi If it is uuencoded, then is not binary, is just a non human readable string, each line begining with a M. You will have to copy the body of each mail in a text file, taking care of the order (part 1 of xxx, part 2 of xxx, etc.), then you save the the file and use uudecode to genrate the respective binary file. The file must begin with BEGIN <FILENAME> and end with END (this should be included in the body of the first and the last part as you receive them, accordingly).
One want to be of service, Tibi > -----Original Message----- > From: Dr.Thair Alithary [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 4:54 PM > Subject: Re: How to join splitted parts in Binky > > > Hello > First save those parts with short names such as 1,2,3,4...... > then goto DOS prompt,and type this command: > copy 1,2,3,4 name.exe > be sure to enter the correct path,and replace (name.exe) with the > file name > that you want. > Regards > > ----- Original Message ----- > From: "F.M.O" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, October 06, 2002 4:26 PM > Subject: How to join splitted parts in Binky > > > Hi everybody.... > I use Binky to download files or programs from the web with the SPLIT > Command and UUE encoding.... > I use the Split Command because the program or file that I want > to download > is very big in size and is greater than the capacity of my mail account to > receive in one part.... > When I download a program using these settings,I get the file > splitted into > number of parts...but I receive each part encoded in UUE as a binary > rubbish in the body of the message (not as an attachment) and the only way > to get it in attachment is to use B64 encoding and that is not > allowed to be > used with SPLIT command as stated in Binky help document.... > The question is that how I can join all parts together to obtain > the final > recognizable program? > F.M.O > > ~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~ > To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED] > To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]" > and enter only this line in the BODY of the note: > send usenet/news.answers/internet-services/access-via-email > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > ~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~ > To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED] > To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]" > and enter only this line in the BODY of the note: > send usenet/news.answers/internet-services/access-via-email > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~~~~~~~~~~~~~~~ ACCMAIL Info (automatically generated) ~~~~~~~~~~~~~~ To UNSUBscribe: Send UNSUBSCRIBE ACCMAIL to [EMAIL PROTECTED] To get the ACCMAIL FAQ: Send e-mail to "[EMAIL PROTECTED]" and enter only this line in the BODY of the note: send usenet/news.answers/internet-services/access-via-email ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
