
[USAGE]

--

7z ANSI-C Decoder 15.14 : Igor Pavlov : Public domain : 2015-12-31

Usage: 7zDec <command> <archive_name>

<Commands>
  e: Extract files from archive (without using directory names)
  l: List contents of archive
  t: Test integrity of archive
  x: eXtract files with full paths

--


[LINKS]

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file/7zip/
http://sourceforge.net/projects/p7zip
http://sourceforge.net/projects/sevenzip
http://www.7-zip.org


[NOTES]

So I grabbed the sources from LZMA SDK 15.14 and very slightly
modified them for better simplicity (and 8.3 friendliness). I also
heavily rewrote the makefile.

So, I've successfully compiled it twice (but no DPMI server included!):

= GCC 5.30 (/current/ DJGPP 2.05)
  * supports symlinks (albeit larger size)

= GCC 2.95.3 (/current.old/ DJGPP 2.03p2)
  * smaller (for old floppies)

I'm not aware of any major extra features or bugfixes since 9.22
(which is now five years older), but it (usually) can't hurt to use
a newer version.

