home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / sendbatches.lzh / s / comp next >
Encoding:
AmigaDOS Script File  |  1991-12-14  |  282 b   |  10 lines

  1. .KEY    INFILE/A,OUTFILE/A
  2. .BRA    {
  3. .KET    }
  4.  
  5. ;# Invoke compress, without silly 2.11-compatible header.
  6. ;# 12-bit compression is the lowest common denominator among news sites,
  7. ;# and is often almost as good as the much-more-costly 16-bit compression.
  8.  
  9. compress <{INFILE} >{OUTFILE} -b 12
  10.