To extract all files from a Progress/Open Edge source code library:
- Launch proenv window
- cd %DLC%\src
- extractpl <library file>
The files will be extracted to a directory under %DLC%\src with the same name as the library.
For example:
- proenv
- cd %DLC%\src
- extractpl prodict.pl
To see the extracted files and directories:
- cd prodict
- dir /w
The output will look similar to this:
_dctadmn.p _dctname.p _dictc.p dictvar.i gui ora
_dctalia.p _dctquot.p admnhlp.i dump load_d.p pro
_dctcach.p _dctscnt.p as4 dump_d.p load_df.p rplctn
_dctexec.p _dctsget.p dictgate.i dump_df.p load_seq.p send_sql.p
_dctexen.p _dctsset.p dictnext.i dump_fd.p misc user
_dctgues.p _dctsylk.p dictsplt.i fhidden.i mss
_dctlrec.p _dctyear.p dictsrch.i gate odb
The example shows the files and directories extracted from prodict.pl in Progress 9.1x. The contents of the source code libraries may vary in different Progress/OpenEdge releases.