Ŀ
 LDZIP v1.0 (c)2000 J.Tigchelaar (http://ldzip.freeservers.com) 


Description
===========
LDZIP creates a ZIP file with long filenames in plain MS-Dos.


Before use
==========
Use LD to get the needed files <Includelist>.SFN and <Includelist>.LFN.
LDZIP needs both files to work properly.


Usage
=====
LDZIP filename.zip @<Includelist>.SFN

    Sample: LDZIP test.zip @123456.SFN


Result
======
A ZIP file containing the long filenames listed in <Includelist>.LFN,
compatible with all ZIP utilities supporting long filenames.


License
=======
See LICENSE.TXT


Contact
=======
WWW:    http://ldzip.freeservers.com
E-mail: ldzip@ldzip.freeservers.com
        ldzip@hotmail.com


Who made LDZIP possible
=======================
Info-ZIP for providing ZIP source code
WWW: http://www.freesoftware.com/pub/infozip/
LDZIP was created with the sourcecode of ZIP 2.3

DJ Delorie for providing DJGPP
WWW: http://www.delorie.com/djgpp/
LDZIP was created using DJGPP verion 2.03

Charles W Sandmann for providing CWSDPMI
LDZIP uses CWSDPMI.EXE for the DPMI services.
Latest version of CWSDPMI, binary and sources, can be found at
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc as csdpmi??.zip
