Re: Split, uuencoded binary files

Dear Marc,
I don't understand why you cannot do your copying in parts
Let's say you have a file in 20 parts.
First combine parts 1 to 5 into 1 file. 
copy /b file.001+file.002+file.003+file.004+file.005 files1t5.tmp
Then add parts 6 to 8 to that file
copy /b files1t5.tmp+file.006+file.007+file.008 files1t8.tmp
e.g
And so on and so forth... SO you use 4 or 5 copy commands but you get your
file.

Anyway that should work.
Clement Onime

On Sat, 27 Feb 1999, Marc M. Roberson wrote:

> Do you know if any programs that will combine that chunks of a split
> file, after it has been decoded from uuencode?  I have been using DOS to
> combine the chunks, but it only allows about two lines worth of file
> names (ex.  :\copy /b file.001+file.002, etc.).  Therefore, it is
> difficult to get a file much bigger than 400k since Juno only allows
> 50,000 byte messages.  Do you know of any way that I could get around
> using DOS to combine the chunks of a file?  Thanks!
> 
> -Marc Roberson
> marcjac1@juno.com
> 
> ___________________________________________________________________
> You don't need to buy Internet access to use free Internet e-mail.
> Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
> or call Juno at (800) 654-JUNO [654-5866]
> 

Received on Monday, 1 March 1999 04:56:24 UTC