home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / UFG_103.ZIP / CUB.DOC < prev    next >
Encoding:
Text File  |  1988-04-11  |  2.2 KB  |  62 lines

  1.  
  2.  
  3.             CUB - Usenet Batched News Compress/Decompress Utility
  4.                          Ver 4.9.88 - 2.0.2
  5.  
  6.  
  7.  This is a complete rewrite of the original version of cub.  It will
  8. handle the compression of the 'new' style batched news (ie: '#! cunbatch'
  9. will be prepended to the resulting compressed batch file) and the
  10. decompression of both 'old' and 'new' style inbound news files.
  11.  
  12.  The operation of the program has changed in that it now scans the host's
  13. spool directories and spawns a copy of compress to do the 'dirty' work. As
  14. such, it is now possible to use a 16-bit version of compress (see the section
  15. on 16 bit usage for more details).
  16.  
  17.  Please note the command line paramaters have changed.  For noraml
  18. use, no paramters are needed.
  19.  
  20.  
  21.  
  22.                   Command line parameters
  23.  
  24.         -c  - only compress outbound
  25.         -d  - only decompress inbound
  26.         -o  - will only decompress old style inbound
  27.         -s# - set minimum file size (in bytes) to compress outbound
  28.               (default set at 20000 bytes)
  29.         -x# - set debug level
  30.         -?  - the usage screen
  31.  
  32.   Note:  To disable the compression on a host by host basis, place an
  33.          empty file with the name 'compress.no' in the host's spool
  34.          directory for each host that you don't want outbound news to
  35.          be compressed.
  36.  
  37.  
  38.                       Exit Errorlevels
  39.  
  40.  The program will now exit with an errorlevel to indciate it's operation.
  41.       -1 - An error occured during processing 
  42.        0 - Nothing was done
  43.        1 - Outbound news was compressed.
  44.        2 - Inbound news was decompressed.
  45.        3 - Both 1 and 2
  46.  
  47.  
  48.                       16 Bit Compression
  49.  
  50.  Included in the archive are two compress programs.  The first one, 
  51. compress.exe, is a 12 bit version.  The other, comp16.exe, is the
  52. 16 bit version.  If you would like to try using the 16 bit version,
  53. rename compress.exe to comp12.exe and copy comp16.exe to compress.exe.
  54. Please note, the 16 bit version has been tested for operation but has
  55. NOT been tested on an actual 16 bit newsfeed.
  56.  
  57.  If you do try the 16 bit version, please send a message to pax@ankh
  58. on how it worked (or didn't <sigh>).
  59.  
  60.  
  61.              
  62.