Две программы для работы с LZH архивами.Одна программа умеет архивировать один файл,а вторая - показывать заголовок архива. The file LZHSRC97.PAS is the pascal source codefor the LZH compression routine used by BRANCH version 0.97.This program uses a 4-byte file header and can only compress one fileat a time. The other program, LZHVIEW.PAS is the pascal sourceto view the contents of any LZH files.