PROPACK command examples
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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 that contains
HelloUniverse.r and HelloWorld.r:
|
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 in c:\tmp2:
|
The extracted files include
MANIFEST.MF.
|
The manifest includes the default settings and the customizations:
|
Update an archive
The following example updates an archive named demo.apl in a tmp directory that requires a signature adding
HelloUniverse.r:
|
Note: The PROPACK utility is based on the Java
jar command. The actions and options
are similar to the jar command operation modes and operation
modifiers. For more information about jar, see the Java documentation.