         -+-    WinPL v2.0    *    Copyright (C) JP 2o16    -+-

Description
===========
This application can create or extract files stored in PROGRESS PL files
(procedure libraries). It's much easier as using original PROLIB Utility.

How to use it
=============
Just doubleclick inside browser on file to enter library.
There is possibility associate PL files with WinPL. By doing this all PL files
get WinPL icon and on double click are opened with WinPL.

Open library:  You can browse for library  which you want to open.

Add files to library: Select files which will be added to library. You
    can't add directories only files.

Extract files from library: Select files inside archive and path where
    will be extracted.

Delete files:  You can  delete  files,  directories  to Recycle bin or
    files inside library.

Library information:  Show  file  informations - Name, Size, Date  and
    Library informations - Version, Codepage, Files, Size, Unused bytes

Defragment library: Before you use this, check Library information for
    Unused bytes.

There is possibility use command line:  "WinPL.exe Library.pl" or you can browse
to the target library inside program.

Shortcuts:
- Open Library      (Ctrl+O)
- Save Report       (Ctrl+S) - Saves currently file listing
- Find files        (Ctrl+F) - Find string occurrence in file names
- Select All        (Ctrl+A)
- Select            (+) - Select files by pattern
- Unselect          (-) - Unselect files by pattern
- Invert selection  (*)
- Delete files on disc or from library (Del)
- Refresh Directory (F5)

Characters allowed in pattern and what they match:
  ? - Any single character
  * - Zero or more characters
  # - Any single digit (09)
  [charlist] - Any single character in charlist
  [!charlist] - Any single character not in charlist

Known limitations, Bugs
=======================
- All libraries are created with "undefined" code page
- Add to  existing library  isn't  supported yet (you must create new archive)
- Add files with path to library isn't supported in this version

Some bugs can be still here :-).
Use this application entirely at your own risk.  The author assumes no
liability for any loss associated with  the use  of  this application.
If you do not agree with the terms,  do not use this application.

Contact
=======
Visit http://progress-tools.x10.mx for more information or updates.  If you have
some ideas,  comments,  improvements or you find some bug you can mail to me at
darker@azet.sk

System requirements
===================
For run you need Microsoft .NET Framework 3.5.

History
=======
+ New Feature
* Changed/Improved Feature
! Fixed Bug
- Removed

1.00 - [01.01.2005]
* Initial version.

1.10 - [11.12.2005]
- Removed "only 10 files add" limitation.
+ Now is WinPL Freeware :-)

1.20 - [23.12.2005]
! Defragment problem on some computers
! Select problem on some computers (Thanx Adriaan)
+ Delete and Refresh commands to menu
+ to Window caption library path and name
+ Drag&Drop library on WinPL
* Some code optimization

1.30 - [11.05.2006]
! Save report bug on files biger than 100 Mb
! reading archive bug (some types of PL) (Thanx Walter)
! saving archive bug (some types of PL)
! calculating wasted space bug
* Tidy up some code

1.40 - [25.08.2007]
* Some optimizations
+ Warning on extracting if no file is selected
+ "Create directory" button by extracting library
+ Select, Unselect files, Invert selection

2.00 - [03.05.2015]
* This version is a completely rewritten (no additional OCX needed anymore)
+ Added Support for V11 PROGRESS libraries
+ Find now doesn't select items. F3 for find next, Shift+F3 find previous item
+ Added Sort columns
