Entering content frameSyntax documentation uncompress_cmd Locate the document in its SAP Library structure

Provides the command used to decompress files that were backed up with software compression.

Syntax: uncompress_cmd = <cmd>

Default value: None

The command must contain two $ characters, one for the file before decompression and one for after.

For example, you could enter the following command:

uncompress_cmd = "uncompress -c $ > $"

Be sure to follow the syntax rules. In particular, the double quotes " are essential.

Leaving content frame