Consultor Eletrônico



Kbase P5032: How to use PROLIB ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

GOAL:

What is PROLIB ?

GOAL:

How do I use PROLIB ?

FIX:

PROLIB is a Progress utility used to manage Progress Procedure Library files. Progress library files (.pl) are collections of procedures (.r,.p,.w) combined into a single file. The Procedure Librariess help Progress to manage, extract and execute the r-code procedures more efficently.

Usage :


prolib libraryFile.pl -create
Creates a new library library file

prolib libraryFile.pl -list
Lists the contents of the library file

prolib libraryFile.pl -add adexxx\fileX.r file*.r
Adds files to a library

prolib libraryFile.pl -replace fileX.r
Replaces a file in a library

prolib libraryFile.pl -delete file.r
Deletes files from the library

prolib libraryFile.pl -extract fileX.r
Extracts the fileX into another file, outside of the library and places it in the original directory

prolib libraryFile.pl -yank fileX.r
Extracts the fileX from the library and places it in the current directory