Here's the link to the file:
Resize.exe
Make a textfile with a few characters, and then add purely blank spaces to the end of the file. PKZip and other compression programs will treat those blank spaces alike and compress the file HUGELY down.
Up for a limited time only. Here's the documentation:
RESIZE is a file resizer: it lets you alter the size of an
existing file, either making it larger or smaller. RESIZE may be
invoked in several different ways. If the first parameter is "-r" then
random byte filling is used (if the file size is being increased then
the extra space is padded with random bytes); otherwise blanks are used
as padding. The other parameter, besides file name(s) is the size
variation. This may be either relative or absolute. To modify a file's
size absolutely, you just give a number; the file's size is then
changed to that number. If you want the size to be relative, then you
give the size of the change (in bytes), preceded by either a "+" (to
make the file bigger) or "-" (to decrease it by the same amount). The
remaining parameters are file names, wildcards allowed. Note that if
you elect to make a file smaller, then the excess data will be forever
lost, so don't go around trimming things without good cause thinking
that you'll be saving disk space or something idiotic like that. If you
do you'll deserve it.