home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / sendbatches.lzh / readme < prev   
Encoding:
Text File  |  1991-12-14  |  711 b   |  18 lines

  1. This is a News-Batcher for CNews - at least for the amiga-port.
  2. This programs are freely distributable.
  3.  
  4.     Because amiga shell-scripts are unable to use redirection (you can't
  5. redirect a file to a shell as input !), I was forced to break CNews-
  6. conventions: The programs have to handle input- and output on a
  7. file-to-file basis, there are no pipes :-(
  8.  
  9.     <batcher>    OUTFILE    ListFile    <maxsize_in_bytes>
  10.     <muncher>    INFILE    OUTFILE
  11.     <sender>    INFILE    DESTINATION    ; destination is the name of
  12.                         ; the affected site
  13.  
  14. See the exampes "batcher.c" , compcun    viauux.
  15. ===
  16. I've written the sendbatches.c batcher.c and the amiga-scripts on my own,
  17. bencode.c, c7encode.c crctab.c and coder.h came from the CNews-distribution.
  18.