DX Save Game Space Optimization Program
========================================

What This Program Does
----------------------
You may notice that your DX saved games might take a whole lot of space on the drive as you are
storing them and using them.  This program can help reclaim some of that space. This program scans a given folder and all its subfolders.  When it encounters duplicate files it will delete those files and replace them with hard links pointing to the original file.  Optionally it will NTFS compress the unique files it finds.  The end-goal is to reduce the amount of space on an NTFS volume that these saved games take up.

For example, I ran this program against 60 TNM saved games totalling 4.7GB.  Running without compression reduced this to 900MB, and with compression reduced it further to 445MB.

Requirements
------------
This requires an NT based operating system.  Furthermore it requires that the drive it is run 
against supports hard link creation as well as NTFS file-based compression.

Warnings
--------
THERE ARE NO GUARANTEES EXPRESSED OR IMPLIED WITH THIS SOFTWARE AND IS FREE FOR GENERAL USE AND CONSUMPTION.  

That said, this software will make permanent changes to any folder that it is run against, be it
saved game files or other files.  While this program was tested against Deus Ex using saved game 
files, it may cause unpredictable results in other data or programs if it is run against those.
Beware what might happen and keep backups of what you run this against if you have any doubts
whatsoever that using hard links might cause problems with the data or programs involved.