Consultor Eletrônico



Kbase 21301: How to extract files from a procedure library ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/09/2005
Status: Verified

GOAL:

How to extract files from a procedure library ?

FIX:

1) You need to know the directory structure for the files contained in the .pl file before the file(s) can be extracted. Use the following command to print a listing of the directory structure
from the .pl file.

(This example is for prodoc.pl found in Progress 9.1B)

proenv>prolib %DLC%\src\prodoc.pl -list > prodoc.txt

2) Then create the file structure in your working directory that was listed in the file that was created.

Prodoc \

Langref

Langtut

Proghand

Tranman\Src\Gui

Project

3) Now, extract the files with the following command.

prolib %DLC%\src\prodoc.pl -extract *.*