-----BEGIN PGP SIGNED MESSAGE-----

@echo off
rem ####################################################
rem #  This is original BAT file that was used         # 
rem #  to prepare file set for shareware package       #
rem #  of LEdit V.1.00 (c) 1995 Andrey B. Yastrebov    #
rem ####################################################

rem File set should include the following:

rem 1) This file and other misc files

call pgp -sta -oshare\filelist.txt filelist.bat
call pgp -sta -oshare\license.txt  license.txt
call pgp -sta -oshare\readme.txt   readme.txt

rem 2) Main LEdit files. Documentation may be found inside ledit.h.

call pgp -sba -oshare\ledit.asc ledit.dll

copy ledit.dll share\*.*
copy ledit.h   share\*.*
copy ledit.lib share\*.*
copy ledit.tpw share\*.*

rem 3) Files that should help you to register your copy.

copy ledit_rg.txt share\*.*
copy ledit_rg.exe share\*.*
rem  ledit_rg.dat will be added later and identifies archive location

rem 4) Example 1. The simplest way to create text editor - 
rem    bare LEdit as a main window

copy ledit_e1.cpp share\*.*
copy ledit_e1.pas share\*.*
copy ledit_e1.exe share\*.*

rem 5) Example 2. LEdit behaves quite well as an MDI child window -
rem    Simple multitext editor

copy ledit_e2.rc  share\*.*
copy ledit_e2.res share\*.*
copy ledit_e2.h   share\*.*
copy ledit_e2.cpp share\*.*
copy ledit_e2.inc share\*.*
copy ledit_e2.pas share\*.*
copy ledit_e2.exe share\*.*

rem 6) Example 3. LEdit inside dialogs. How to use SETTEXT and GETTEXT

copy ledit_e3.rc  share\*.*
copy ledit_e3.res share\*.*
copy ledit_e3.cpp share\*.*
copy ledit_e3.pas share\*.*
copy ledit_e3.exe share\*.*

rem 7) Example 4. Syntax demonstration. Two windows together. One shows
rem    C++ source syntax, second one - Pascal source syntax

copy ledit_e4.cpp share\*.*
copy ledit_e4.pas share\*.*
copy ledit_e4.exe share\*.* 

rem 8) Example 5. Drawing behind the text. Yellow ellipse looks like
rem    the Sun (or an egg)

copy ledit_e5.cpp share\*.*
copy ledit_e5.pas share\*.*
copy ledit_e5.exe share\*.* 

rem 9) Example H. LEdit may be inserted everywhere, even inside
rem    WinHelp. Try file ledit_eh.hlp!

copy ledit_eh.hpj share\*.*
copy ledit_eh.rtf share\*.*
copy ledit_eh.hlp share\*.*

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBMIJqGcFlFjEYIxsRAQH8DQP/QzgGcevsy1g/9e4xVTtGXVatGhDcVF9W
udBmEimmaO3IsBRaPo6i1xxubUoGjJ6sKTVLunE9USPrE+z4YA8XyM4vSeFUfqKO
x9s/I8TuO0o4epw5YIKJZcgRnfF9NTH0eR3zeOF/vLcm2sxND7Bv/a7NEPyGsdNh
LbXwAU0miZ4=
=6JF9
-----END PGP SIGNATURE-----
