AutoCompress
------------
Copyright 2001,2003 www.SteelBytes.com. All rights reserved.

Intro:
AutoCompress scans files evaluating their compressabilty (or current
compression ratio), and compresses them (or decompresses them) if they meet
certain criteria; namely the date since modifitcation, compression ratio,
and file size.

System Requirements:
* Win2000/XP. it may work on WinNT4, try it and let me know :-)
* for the folder to be scanned to be using NTFS

Parameter Details:
* Folder to Scan: this is the folder to scan eg, C:\ 
  it can also be a UNC path such as \\server\share

* Compress|Enable: enables compressing of files during the scan
* Compress|%: only compress if the file compresses to less then or equal
  to this percentage of it's real size
* Compress|age: only compress if the file is older then this many days
* Compress|size: only compress if the file is greater then this many bytes

* Uncompress|Enable: enables uncompressing of files during the scan
* Uncompress|%: uncompress if the file compresses to greater then this 
  percentage of it's original size
* Uncompress|age: uncompress if the file was modified since this many
  days ago
* Uncompress|size: uncompress if the file is less then or equal to this
  many bytes

Notes:
* calculations on file size are done on the file size rounded up to the
  nearest cluster size, except for Compress|size and Uncompress|size.
* estimation of file compression ratio for an uncompressed file is calculated
  by compressing the file into a memory buffer using the same routines as
  windows itself uses, accessed through undocumented APIs RtlCompressBuffer()
  and RtlGetCompressionWorkSpaceSize(), and hence may not
  work in a future release of windows.

Support:
http://forum.steelbytes.com
