PROPACK command examples
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
PROPACK command examples
This section provides several PROPACK command examples.
Create an archive
The following example creates an archive named demo.apl in a tmp directory that requires a signature
containing files in demo\rcode:
|
Create an archive from multiple sources using wildcards
The following example creates an archive named demo.apl from a directory and all .r files matching a wildcard pattern:
|
In this example, demo/rcode adds all files in that directory, and
out/*.r adds all r-code files in the out
directory. Multiple sources are separated by spaces.
Update an archive using wildcards
The following example updates demo.apl with all files matching a wildcard
pattern and sets the validation policy:
|
List the archive contents
The following example lists the contents of demo.apl:
|
|
Extract the archive contents
The following example extracts the contents of demo.apl:
|
MANIFEST.MF.
|
The manifest includes the default settings and the customizations:
|