home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / atari / 8bit / 4538 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.8 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!agate!ucbvax!STONY-BROOK.SCRC.SYMBOLICS.COM!jrd
  2. From: jrd@STONY-BROOK.SCRC.SYMBOLICS.COM (John R. Dunning)
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Help! Uudecode/Yau.com
  5. Message-ID: <19920906172259.7.JRD@CIROCCO.SCRC.Symbolics.COM>
  6. Date: 6 Sep 92 17:22:00 GMT
  7. References: <news.mentorg.com!caeco!neb!bbs@uunet.uu.net>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Lines: 27
  10.  
  11.  
  12.     Date: Mon, 31 Aug 1992 13:32 EDT
  13.     From: news.mentorg.com!caeco!neb!bbs@uunet.uu.net (BBS System 801-967-8072)
  14.  
  15.     I've just requested two files (and received them) from the Atari
  16.     archives at umich.edu. Problem is this: One file (raindemo.arc) came to
  17.     me in several parts (about 4, I believe). I had the system send them to
  18.     me, received them to hard drive on my Atari 800xl. Now, how do I turn
  19.     those 4 parts into one functional .arc file? Running Yau.com, it tells
  20.     me, cant read header (or something of that nature). Do I need to /a
  21.     append the 4 files to one another in sequence - thereby creating ONE
  22.     file (out of 4), then run Yau.com on them? 
  23.  
  24. Essentially, yes.  The uuencoder in use at the archive splits the file
  25. up, to avoid croaking mailers along the way.
  26.  
  27. However, you need not go through lots of pain hacking text files if you
  28. don't want to.  The uuencoder and companion decoder that treat files
  29. that way are written in C, and run on all kinds of things.  I compiled
  30. them up with CC65 a while ago, mostly as an example of how to port
  31. programs to CC65.  Look in the cc65/ subdirectory of the archives, for a
  32. file called dumasuu.arc.  Save the various pieces of uue file as
  33. foo.uaa, foo.uab etc, then run the Dumas uudecoder on the first one.  It
  34. should pick up the rest.
  35.  
  36. This decoder and encoder aren't as fast as YAU and YAUE, but they are
  37. more general.
  38.