Kbase 35032: How to use PROLIB ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/15/2000 |
|
Solution ID: P5032
GOAL:
What is PROLIB ?
GOAL:
How can 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