Ĵ HUGI COMPO #2 Ŀ
                                                                    
 Name:         Guillermo Sais                                       
 Country:      Mexico                                               
 E-mail:       gsais@iname.com                                      


                        *** Required files ***

EXPAND.ASM              Source for the decompressor.
BUILD.BAT               Batch file to rebuild both the compressor and
                        the decompressor.
COMPRESS.INC            Include file for the compressor.
EXPAND.INC              Include file for the decompressor (this file
                        is created by the compressor).
COMPRESS.PAS            Source for the compressor.
README.TXT              This file!
TEXT.TXT                Input file to be compressed (please note that
                        the compressor *may* work as well for other
                        input files, but it's optimized for this
                        particular file).
COMPRESS.EXE            The compressor executable (creates the include
                        file EXPAND.INC).
EXPAND.COM              The decompressor executable.


                    *** Required applications ***

1. Turbo Pascal 7.0
2. Turbo Assembler 3.1
3. Turbo Link 6.10 (comes with Turbo Assembler 3.1).


     *** How to rebuild the compressor and the decompressor? ***
Just run BUILD.BAT from a DOS prompt (but remember to have Turbo
Pascal 7.0, Turbo Assembler 3.1 and Turbo Link 6.10 on your path).

