Back to main menu

Option: options

Syntax

-options <file>

Description

This option allows to read a list of options from a file.

The <file> is a text file that must contain keywords followed by appropriate values. Each keyword must be a valid option and must be followed by its parameters, as it would be in a command-line.

The options read from the <file> substitute the call to the option -options.

The option -options itself cannot be used in the <file>, and will be ignored if it is. In other words this option cannot be used recursively. However the option -options can be called several times in the same command-line.

Default

By default no option is read from any file.

Examples

Back to main menu