This project provides two simple programs:
deflate.exeinflate.exe
They are implented using the System.IO.Compression.DeflateStream provided in .NET.
Usage:
C:\> type MYFILE | deflate.exe > MYFILE.deflated
C:\> type MYFILE.deflated | inflate.exe > MYFILE