home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 410.lha / UUJoin_v1.01 / UUJoin.ReadMe < prev    next >
Text File  |  1990-09-05  |  2KB  |  41 lines

  1.  
  2. Program:    UUJoin - join and decode Usenet binary files
  3. Version:    1.01
  4. Author:     Mark R. Rinfret
  5. Status:     Public Domain
  6.  
  7. I  found  myself  spending  too  much  time  editing,  merging and decoding
  8. uuencoded  binaries  offloaded  from  the  net,  so I whipped up this crude
  9. little filter/decoder.  It's quite simple and probably could have been done
  10. with awk, but I chose to do it in C.  The program, in its current state, is
  11. hardwired  for various machine types but is easily altered.  See the source
  12. for  documentation.  Macintosh files are not decoded but are left in BinHex
  13. format.   This  is format is most easily transported to a Mac system, where
  14. it  can  be decoded by a program with BinHex capabilities, such as Stuffit,
  15. BinHex5.0, etc.
  16.  
  17. UUJoin is accessed from the CLI and has the following command format:
  18.  
  19.     UUJoin [options] filespecs...
  20.  
  21.     -amiga      - Amiga format
  22.     -mac        - Macintosh BinHex format (files are not currently decoded)
  23.     -pc         - PC-Clown format 
  24.     -r          - remove original files when done.
  25.  
  26.     File specifications may be individual filenames or Un*x wildcard
  27.     specifications. When using wildcards, be sure to name your files
  28.     in such a way that they will sort into the correct sequence, e.g.
  29.     program.01 program.02 program.03, etc.
  30.  
  31. If UUJoin is invoked without options, its usage info is displayed.
  32.  
  33. UUJoin  was  implemented  using  Manx  Aztec  C V5.0b, but should be easily
  34. ported to other C environments.
  35.  
  36. Included  with  uujoin  is a program named "xbin", written by Dave Johnson.
  37. This  program  will allow you to decode the Macintosh BinHex format on your
  38. Amiga,  if  you so desire.  I modified it slightly to get it to compile for
  39. use on the Amiga.
  40.  
  41.